Make clang-format happy

This commit is contained in:
ζeh Matt 2023-12-28 01:40:02 +02:00
parent 9b2a79faf1
commit f708e911e4
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 0 additions and 2 deletions

View File

@ -54,12 +54,10 @@ static GameState_t _gameState{};
namespace OpenRCT2
{
GameState_t& GetGameState()
{
return _gameState;
}
} // namespace OpenRCT2
GameState::GameState()