1
0
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:
Duncan
2022-10-12 13:14:45 +01:00
committed by GitHub
parent 7dd8989e70
commit 406b73d904
89 changed files with 432 additions and 447 deletions

View File

@@ -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())
{