removed trailing whitespace

develop
Najeeb Al-Shabibi 2023-09-22 12:45:33 +01:00
parent 2083bab2e9
commit 6fe0fb5bf9
1 changed files with 1 additions and 1 deletions

@ -1496,7 +1496,7 @@ command_result digtype (color_ostream &out, vector <string> & parameters)
// Auto dig only works on default dig designation. Setting dig_auto for any other designation
// prevents dwarves from digging that tile at all.
if (baseDes.bits.dig == tile_dig_designation::Default) baseOcc.bits.dig_auto = true;
else baseOcc.bits.dig_auto = false;
else baseOcc.bits.dig_auto = false;
for( uint32_t z = zMin; z < zMax; z++ )
{