Skip to content

Commit

Permalink
Removed redundant call to propagate_vertical_flags().
Browse files Browse the repository at this point in the history
  • Loading branch information
MagistrumT-T committed Jan 28, 2024
1 parent 29cf013 commit 7e9864d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/dig-now.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,6 @@ static bool dig_tile(color_ostream &out, MapExtras::MapCache &map,
TRACE(general).print("dig_tile: digging the designation tile at (" COORD ")\n",COORDARGS(pos));
dig_type(map, pos, target_type);

// let light filter down to newly exposed tiles
propagate_vertical_flags(map, pos);

return true;
}

Expand Down

0 comments on commit 7e9864d

Please sign in to comment.