1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

re-introduce object hash table

This commit is contained in:
Ted John
2016-06-26 16:06:03 +01:00
parent b207f6112d
commit 9b90249f5b
2 changed files with 45 additions and 9 deletions

View File

@@ -76,6 +76,11 @@ void SmallSceneryObject::Load()
_legacyType.small_scenery.scenery_tab_id = entryIndex;
}
}
if (_legacyType.small_scenery.flags & SMALL_SCENERY_FLAG16)
{
_legacyType.small_scenery.var_10 = (uint32)_var10data;
}
}
void SmallSceneryObject::Unload()