mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Move kTransientObjectTypes, kIntransientObjectTypes out of header
This commit is contained in:
@@ -125,7 +125,7 @@ void SetupInUseSelectionFlags()
|
||||
{
|
||||
auto& objectMgr = OpenRCT2::GetContext()->GetObjectManager();
|
||||
|
||||
for (auto objectType : TransientObjectTypes)
|
||||
for (auto objectType : getTransientObjectTypes())
|
||||
{
|
||||
for (int32_t i = 0; i < object_entry_group_counts[EnumValue(objectType)]; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user