1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Change GameState_t members to lowerCamelCase

This commit is contained in:
Gymnasiast
2025-03-20 19:47:53 +01:00
parent eb30d3c054
commit 4badffcdb6
179 changed files with 2619 additions and 2619 deletions

View File

@@ -809,7 +809,7 @@ namespace OpenRCT2
SetProgress(90, 100, STR_STRING_M_PERCENT);
// TODO: Have a separate GameState and exchange once loaded.
auto& gameState = ::GetGameState();
auto& gameState = ::getGameState();
parkImporter->Import(gameState);
SetProgress(100, 100, STR_STRING_M_PERCENT);