1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

fix ride type to ride entry map

This commit is contained in:
Ted John
2016-06-28 21:44:39 +01:00
parent 1b4079536d
commit 202b754d8d
3 changed files with 37 additions and 5 deletions

View File

@@ -622,8 +622,6 @@ extern "C"
void reset_loaded_objects()
{
reset_type_to_ride_entry_index_map();
gTotalNoImages = 0xF26E;
for (int i = 0; i < 721; i++)
@@ -634,6 +632,8 @@ extern "C"
object->Load();
}
}
reset_type_to_ride_entry_index_map();
}
void object_unload_all()