1
0
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:
Aaron van Geffen
2025-08-13 21:08:00 +02:00
parent b842537616
commit 94f40e46ef
12 changed files with 17 additions and 14 deletions

View File

@@ -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")
{