mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 18:25:16 +01:00
Rename cheat variables to match new code style
This commit is contained in:
@@ -52,7 +52,7 @@ static bool IsLocationLitterable(const CoordsXYZ& mapPos)
|
||||
void Litter::Create(const CoordsXYZD& litterPos, Type type)
|
||||
{
|
||||
auto& gameState = GetGameState();
|
||||
if (gameState.Cheats.DisableLittering)
|
||||
if (gameState.Cheats.disableLittering)
|
||||
return;
|
||||
|
||||
auto offsetLitterPos = litterPos
|
||||
|
||||
Reference in New Issue
Block a user