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:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user