mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Remove final snakes from map and world (#18304)
This commit is contained in:
@@ -141,7 +141,7 @@ void setup_in_use_selection_flags()
|
||||
}
|
||||
|
||||
tile_element_iterator iter;
|
||||
tile_element_iterator_begin(&iter);
|
||||
TileElementIteratorBegin(&iter);
|
||||
do
|
||||
{
|
||||
ObjectEntryIndex type;
|
||||
@@ -230,7 +230,7 @@ void setup_in_use_selection_flags()
|
||||
break;
|
||||
}
|
||||
}
|
||||
} while (tile_element_iterator_next(&iter));
|
||||
} while (TileElementIteratorNext(&iter));
|
||||
|
||||
for (auto& ride : GetRideManager())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user