From 225a6f366578af2fd2a9ed0a98cae224d9f2745f Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Thu, 9 Jan 2025 19:51:17 +0100 Subject: [PATCH] Append panda/elephant/tiger objects before other entertainers --- src/openrct2/park/Legacy.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openrct2/park/Legacy.cpp b/src/openrct2/park/Legacy.cpp index 7078809da4..b955595587 100644 --- a/src/openrct2/park/Legacy.cpp +++ b/src/openrct2/park/Legacy.cpp @@ -2279,17 +2279,17 @@ const std::vector peepAnimObjects = { "rct2.peep_animations.handyman", "rct2.peep_animations.mechanic", "rct2.peep_animations.security", + "rct2.peep_animations.entertainer_panda", + "rct2.peep_animations.entertainer_elephant", + "rct2.peep_animations.entertainer_tiger", "rct2.peep_animations.entertainer_astronaut", "rct2.peep_animations.entertainer_bandit", - "rct2.peep_animations.entertainer_elephant", "rct2.peep_animations.entertainer_gorilla", "rct2.peep_animations.entertainer_knight", - "rct2.peep_animations.entertainer_panda", "rct2.peep_animations.entertainer_pirate", "rct2.peep_animations.entertainer_roman", "rct2.peep_animations.entertainer_sheriff", "rct2.peep_animations.entertainer_snowman", - "rct2.peep_animations.entertainer_tiger", }; const std::vector& GetLegacyPeepAnimationObjects(const ObjectList& entryList)