1
0
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:
Aaron van Geffen
2024-03-27 19:51:57 +01:00
parent 5f4d02a6f7
commit d645906003
5 changed files with 37 additions and 22 deletions

View File

@@ -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++)
{