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:
@@ -635,6 +635,9 @@ extern "C"
|
||||
{
|
||||
IObjectRepository * objectRepository = GetObjectRepository();
|
||||
objectRepository->LoadOrConstruct();
|
||||
|
||||
IObjectManager * objectManager = GetObjectManager();
|
||||
objectManager->UnloadAll();
|
||||
}
|
||||
|
||||
bool object_load_entries(rct_object_entry * entries)
|
||||
|
||||
Reference in New Issue
Block a user