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)