mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Rename cheat variables to match new code style
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
|
||||
static bool isEditorOrSandbox()
|
||||
{
|
||||
return (gScreenFlags & SCREEN_FLAGS_SCENARIO_EDITOR) || GetGameState().Cheats.SandboxMode;
|
||||
return (gScreenFlags & SCREEN_FLAGS_SCENARIO_EDITOR) || GetGameState().Cheats.sandboxMode;
|
||||
}
|
||||
|
||||
static constexpr StringId WINDOW_TITLE = STR_MAP_LABEL;
|
||||
|
||||
Reference in New Issue
Block a user