Skip to content

Commit

Permalink
Remove test commenting out of code
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jun 15, 2024
1 parent e6c5d77 commit 86a14f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5918,7 +5918,7 @@ void map::draw_lab( mapgendata &dat )
} // end aboveground vs belowground

// Ants will totally wreck up the place
if( true ) { //###is_ot_match( "ants", terrain_type, ot_match_type::contains ) ) {
if( is_ot_match( "ants", terrain_type, ot_match_type::contains ) ) {
for( int i = 0; i < SEEX * 2; i++ ) {
for( int j = 0; j < SEEY * 2; j++ ) {
// Carve out a diamond area that covers 2 spaces on each edge.
Expand Down

0 comments on commit 86a14f6

Please sign in to comment.