mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Change GameState_t members to lowerCamelCase
This commit is contained in:
@@ -1598,7 +1598,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
SetEveryRideTypeInvented();
|
||||
SetEveryRideEntryInvented();
|
||||
|
||||
GetGameState().EditorStep = EditorStep::DesignsManager;
|
||||
getGameState().editorStep = EditorStep::DesignsManager;
|
||||
|
||||
int32_t entry_index = 0;
|
||||
for (; ObjectEntryGetChunk(ObjectType::ride, entry_index) == nullptr; entry_index++)
|
||||
|
||||
Reference in New Issue
Block a user