1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Address review comments

This commit is contained in:
Aaron van Geffen
2025-01-09 12:34:45 +01:00
parent 42cbb0d1c0
commit 90143b2e38
7 changed files with 1 additions and 13 deletions

View File

@@ -250,7 +250,6 @@ void SetupInUseSelectionFlags()
Editor::SetSelectedObject(ObjectType::Music, ride.music, ObjectSelectionFlags::InUse);
}
// Figure out what peep animations are in use
ObjectEntryIndex lastIndex = OBJECT_ENTRY_INDEX_NULL;
for (auto* peep : EntityList<Guest>())
{