Skip to content

Commit

Permalink
Demanded change
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jan 27, 2024
1 parent 2d56329 commit 8c8c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clzones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ void zone_data::toggle_display()

field_type_str_id field = fd_null;
static const std::vector<zone_type> &all_zone_types = zone_type::get_all();
for( zone_type zone : all_zone_types ) {
for( const zone_type &zone : all_zone_types ) {
if( zone.id == type ) {
field = zone.get_field();
break;
Expand Down

0 comments on commit 8c8c587

Please sign in to comment.