1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

initialise legacy object list on startup

This commit is contained in:
Ted John
2016-07-09 22:37:22 +01:00
parent b10b57e9dc
commit 8fd81c3b75

View File

@@ -635,6 +635,9 @@ extern "C"
{
IObjectRepository * objectRepository = GetObjectRepository();
objectRepository->LoadOrConstruct();
IObjectManager * objectManager = GetObjectManager();
objectManager->UnloadAll();
}
bool object_load_entries(rct_object_entry * entries)