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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user