mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 19:25:12 +01:00
remove all unnecessary object resets
This commit is contained in:
@@ -736,8 +736,6 @@ void S4Importer::LoadObjects()
|
||||
}));
|
||||
LoadObjects(OBJECT_TYPE_PARK_ENTRANCE, List<const char *>({ "PKENT1 " }));
|
||||
LoadObjects(OBJECT_TYPE_WATER, List<const char *>({ "WTRCYAN " }));
|
||||
|
||||
reset_loaded_objects();
|
||||
}
|
||||
|
||||
void S4Importer::LoadObjects(uint8 objectType, List<const char *> entries)
|
||||
|
||||
Reference in New Issue
Block a user