From ce03de02f7e595d96afc0ed06583f4b9f97560eb Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Fri, 27 May 2016 21:55:37 +0200 Subject: [PATCH] Update loan hash after RCT1 import, fixes #3734 (#3757) --- src/rct1/S4Importer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rct1/S4Importer.cpp b/src/rct1/S4Importer.cpp index a232760511..e00e2d6cb1 100644 --- a/src/rct1/S4Importer.cpp +++ b/src/rct1/S4Importer.cpp @@ -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;