1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Introduce peep animation objects to object selection window

This commit is contained in:
Aaron van Geffen
2024-11-25 17:57:15 +09:00
parent 48be2e911c
commit fb9a5239b2
25 changed files with 182 additions and 16 deletions

View File

@@ -1163,7 +1163,8 @@ constexpr std::array _objectTypeNames = {
"Footpath Surface",
"Footpath Railings",
"Audio",
"Guest Names",
"Peep Names",
"Peep Animations",
};
static_assert(_objectTypeNames.size() == EnumValue(ObjectType::Count));