1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Split Ride and rct2_ride

This commit is contained in:
Gymnasiast
2017-09-12 11:16:57 +02:00
parent 179e4dd368
commit a28509e24c
93 changed files with 1043 additions and 821 deletions

View File

@@ -575,7 +575,7 @@ static void setup_in_use_selection_flags()
} while (map_element_iterator_next(&iter));
for (uint8 ride_index = 0; ride_index < 0xFF; ride_index++) {
rct_ride* ride = get_ride(ride_index);
Ride* ride = get_ride(ride_index);
if (ride->type != RIDE_TYPE_NULL) {
uint8 type = ride->subtype;
gEditorSelectedObjects[OBJECT_TYPE_RIDE][type] |= (1 << 0);