Skip to content

Commit

Permalink
Remove some duplicate map save directives that can break the map buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Mar 24, 2024
1 parent 91f42e3 commit c741ebf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/map_extras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2116,9 +2116,6 @@ static bool mx_city_trap( map &/*m*/, const tripoint &abs_sub )
//... and a loudspeaker to attract zombies
compmap.place_spawns( GROUP_TURRET_SPEAKER, 1, trap_center.xy(), trap_center.xy(), 1, true );
}

compmap.save();

return true;
}

Expand Down Expand Up @@ -2170,9 +2167,6 @@ static bool mx_fungal_zone( map &/*m*/, const tripoint &abs_sub )
suitable_location.xy() + point_north_west,
suitable_location.xy() + point_south_east,
3, true );

fungal_map.save();

return true;
}

Expand Down

0 comments on commit c741ebf

Please sign in to comment.