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

Improve legibility [ci skip]

This commit is contained in:
Michael Steenbeek
2022-08-31 22:35:14 +02:00
committed by GitHub
parent f0e4fcc05e
commit 847299bf1a

View File

@@ -1287,6 +1287,7 @@ constexpr std::array _objectTypeNames = {
"Audio",
};
static_assert(_objectTypeNames.size() == EnumValue(ObjectType::Count));
static int32_t cc_object_count(InteractiveConsole& console, [[maybe_unused]] const arguments_t& argv)
{
for (auto objectType : ObjectTypes)