mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Rename cheat variables to match new code style
This commit is contained in:
@@ -164,7 +164,7 @@ GameActions::Result RideCreateAction::Execute() const
|
||||
ride->NumTrains = 1;
|
||||
|
||||
auto& gameState = GetGameState();
|
||||
if (gameState.Cheats.DisableTrainLengthLimit)
|
||||
if (gameState.Cheats.disableTrainLengthLimit)
|
||||
{
|
||||
// Reduce amount of proposed trains to prevent 32 trains from always spawning when limits are disabled
|
||||
if (rideEntry->cars_per_flat_ride == NoFlatRideCars)
|
||||
|
||||
Reference in New Issue
Block a user