mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
add global macro: gBankLoan
This commit is contained in:
@@ -657,7 +657,7 @@ void S4Importer::ImportFinance()
|
||||
gConstructionRightsPrice = _s4.construction_rights_price;
|
||||
|
||||
gCashEncrypted = ENCRYPT_MONEY(_s4.cash);
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_LOAN, money32) = _s4.loan;
|
||||
gBankLoan = _s4.loan;
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_MAXIMUM_LOAN, money32) = _s4.max_loan;
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_INITIAL_CASH, money32) = _s4.cash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user