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