1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Append panda/elephant/tiger objects before other entertainers

This commit is contained in:
Aaron van Geffen
2025-01-09 19:51:17 +01:00
parent 90143b2e38
commit 225a6f3665

View File

@@ -2279,17 +2279,17 @@ const std::vector<std::string_view> 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<std::string_view>& GetLegacyPeepAnimationObjects(const ObjectList& entryList)