mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Rename cheat variables to match new code style
This commit is contained in:
@@ -242,6 +242,6 @@ void ClearAction::ResetClearLargeSceneryFlag()
|
||||
|
||||
bool ClearAction::MapCanClearAt(const CoordsXY& location)
|
||||
{
|
||||
return (gScreenFlags & SCREEN_FLAGS_SCENARIO_EDITOR) || GetGameState().Cheats.SandboxMode
|
||||
return (gScreenFlags & SCREEN_FLAGS_SCENARIO_EDITOR) || GetGameState().Cheats.sandboxMode
|
||||
|| MapIsLocationOwnedOrHasRights(location);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user