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:
committed by
GitHub
parent
f0e4fcc05e
commit
847299bf1a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user