1
0
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:
Harry Hopkinson
2024-02-27 15:31:38 +00:00
committed by GitHub
parent bcff6f5a7e
commit 70ea832808
12 changed files with 16 additions and 18 deletions

View File

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