1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

#21193: Move gParkValue to GameState_t

This commit is contained in:
Hielke Morsink
2024-01-25 12:13:14 +01:00
parent ce45cb3360
commit 0c10435b7e
14 changed files with 38 additions and 34 deletions

View File

@@ -561,7 +561,7 @@ static int32_t ConsoleCommandGet(InteractiveConsole& console, const arguments_t&
}
else if (argv[0] == "park_value")
{
console.WriteFormatLine("park_value %d", gParkValue / 10);
console.WriteFormatLine("park_value %d", gameState.ParkValue / 10);
}
else if (argv[0] == "company_value")
{