mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
#21193: Move gParkRating to GameState_t
This commit is contained in:
@@ -557,7 +557,7 @@ static int32_t ConsoleCommandGet(InteractiveConsole& console, const arguments_t&
|
||||
{
|
||||
if (argv[0] == "park_rating")
|
||||
{
|
||||
console.WriteFormatLine("park_rating %d", gParkRating);
|
||||
console.WriteFormatLine("park_rating %d", gameState.ParkRating);
|
||||
}
|
||||
else if (argv[0] == "park_value")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user