From 847299bf1a9c31450f8bafa9735ed21c5e34b883 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Wed, 31 Aug 2022 22:35:14 +0200 Subject: [PATCH] Improve legibility [ci skip] --- src/openrct2/interface/InteractiveConsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/interface/InteractiveConsole.cpp b/src/openrct2/interface/InteractiveConsole.cpp index dfbdc00815..d5da15d427 100644 --- a/src/openrct2/interface/InteractiveConsole.cpp +++ b/src/openrct2/interface/InteractiveConsole.cpp @@ -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)