1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Update loan hash after RCT1 import, fixes #3734 (#3757)

This commit is contained in:
Michael Steenbeek
2016-05-27 21:55:37 +02:00
committed by Ted John
parent 539e4011f9
commit ce03de02f7

View File

@@ -682,6 +682,7 @@ void S4Importer::ImportFinance()
gBankLoan = _s4.loan;
gMaxBankLoan = _s4.max_loan;
gInitialCash = _s4.cash;
finance_update_loan_hash();
gCompanyValue = _s4.company_value;
gParkValue = _s4.park_value;