mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
remove object_unload_all
This commit is contained in:
@@ -668,12 +668,6 @@ extern "C"
|
||||
return (void *)object;
|
||||
}
|
||||
|
||||
void object_unload_all()
|
||||
{
|
||||
IObjectManager * objectManager = GetObjectManager();
|
||||
objectManager->UnloadAll();
|
||||
}
|
||||
|
||||
void scenario_translate(scenario_index_entry * scenarioEntry, const rct_object_entry * stexObjectEntry)
|
||||
{
|
||||
rct_string_id localisedStringIds[3];
|
||||
|
||||
Reference in New Issue
Block a user