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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user