mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
comment out object load / unload logging
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
|||||||
SetNewLoadedObjectList(loadedObjects);
|
SetNewLoadedObjectList(loadedObjects);
|
||||||
UpdateLegacyLoadedObjectList();
|
UpdateLegacyLoadedObjectList();
|
||||||
reset_type_to_ride_entry_index_map();
|
reset_type_to_ride_entry_index_map();
|
||||||
Console::WriteLine("%u / %u new objects loaded", numNewLoadedObjects, numRequiredObjects);
|
// Console::WriteLine("%u / %u new objects loaded", numNewLoadedObjects, numRequiredObjects);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -168,7 +168,7 @@ private:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Console::WriteLine("%u / %u objects unloaded", numObjectsUnloaded, totalObjectsLoaded);
|
// Console::WriteLine("%u / %u objects unloaded", numObjectsUnloaded, totalObjectsLoaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateLegacyLoadedObjectList()
|
void UpdateLegacyLoadedObjectList()
|
||||||
|
|||||||
Reference in New Issue
Block a user