mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Refactor ObjectRepository to use FileIndex
This commit is contained in:
@@ -581,7 +581,7 @@ private:
|
||||
return loadedObject;
|
||||
}
|
||||
|
||||
void ReportMissingObject(const rct_object_entry * entry)
|
||||
static void ReportMissingObject(const rct_object_entry * entry)
|
||||
{
|
||||
utf8 objName[9] = { 0 };
|
||||
Memory::Copy(objName, entry->name, 8);
|
||||
|
||||
Reference in New Issue
Block a user