mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Move gCompanyValue to GameState_t
This commit is contained in:
@@ -565,7 +565,7 @@ static int32_t ConsoleCommandGet(InteractiveConsole& console, const arguments_t&
|
||||
}
|
||||
else if (argv[0] == "company_value")
|
||||
{
|
||||
console.WriteFormatLine("company_value %d", gCompanyValue / 10);
|
||||
console.WriteFormatLine("company_value %d", gameState.CompanyValue / 10);
|
||||
}
|
||||
else if (argv[0] == "money")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user