mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 23:03:04 +01:00
Change GameState_t members to lowerCamelCase
This commit is contained in:
@@ -1124,7 +1124,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
if (gLegacyScene == LegacyScene::titleSequence)
|
||||
return;
|
||||
|
||||
if (gLegacyScene == LegacyScene::scenarioEditor && GetGameState().EditorStep != EditorStep::LandscapeEditor)
|
||||
if (gLegacyScene == LegacyScene::scenarioEditor && getGameState().editorStep != EditorStep::LandscapeEditor)
|
||||
return;
|
||||
|
||||
if (gLegacyScene == LegacyScene::trackDesignsManager)
|
||||
|
||||
Reference in New Issue
Block a user