mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Implement scaffolding for climate objects
This commit is contained in:
@@ -37,6 +37,7 @@ static constexpr std::array<int32_t, EnumValue(ObjectType::count)> kObjectEntryG
|
||||
kMaxTerrainSurfaceObjects, kMaxTerrainEdgeObjects, kMaxStationObjects,
|
||||
kMaxMusicObjects, kMaxFootpathSurfaceObjects, kMaxFootpathRailingsObjects,
|
||||
kMaxAudioObjects, kMaxPeepNamesObjects, kMaxPeepAnimationsObjects,
|
||||
kMaxClimateObjects,
|
||||
};
|
||||
static_assert(std::size(kObjectEntryGroupCounts) == EnumValue(ObjectType::count));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user