1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Import RCT1 parks with an interest rate of 1%

This commit is contained in:
Gymnasiast
2018-01-28 15:37:35 +01:00
parent 658131bfec
commit 4780ae6e3d

View File

@@ -1763,6 +1763,8 @@ private:
gCash = _s4.cash;
gBankLoan = _s4.loan;
gMaxBankLoan = _s4.max_loan;
// It's more like 1.33%, but we can only use integers. Can be fixed once we have our own save format.
gBankLoanInterestRate = 1;
gInitialCash = _s4.cash;
gCompanyValue = _s4.company_value;