1
0
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:
Ted John
2017-08-30 21:58:43 +01:00
parent 8808444562
commit f2cd0b2f3b
4 changed files with 196 additions and 256 deletions

View File

@@ -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);