From f708e911e4ce218cefb7ed964ff430d5d99851e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:40:02 +0200 Subject: [PATCH] Make clang-format happy --- src/openrct2/GameState.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/GameState.cpp b/src/openrct2/GameState.cpp index 31a7cb189f..f5fc150b15 100644 --- a/src/openrct2/GameState.cpp +++ b/src/openrct2/GameState.cpp @@ -54,12 +54,10 @@ static GameState_t _gameState{}; namespace OpenRCT2 { - GameState_t& GetGameState() { return _gameState; } - } // namespace OpenRCT2 GameState::GameState()