mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Move .companyValue into ParkData struct
This commit is contained in:
@@ -557,7 +557,7 @@ static void ConsoleCommandGet(InteractiveConsole& console, const arguments_t& ar
|
||||
}
|
||||
else if (argv[0] == "company_value")
|
||||
{
|
||||
console.WriteLine(FormatString("company_value {CURRENCY2DP}", gameState.companyValue));
|
||||
console.WriteLine(FormatString("company_value {CURRENCY2DP}", gameState.park.companyValue));
|
||||
}
|
||||
else if (argv[0] == "money")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user