mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Integrate gHistoricalProfit
This commit is contained in:
@@ -355,7 +355,7 @@ void S6Exporter::Export()
|
||||
_s6.loan_hash = GetLoanHash(gInitialCash, gBankLoan, gMaxBankLoan);
|
||||
_s6.ride_count = RCT2_GLOBAL(RCT2_ADDRESS_RIDE_COUNT, uint16);
|
||||
// pad_013587CA
|
||||
_s6.dword_013587D0 = RCT2_GLOBAL(0x013587D0, uint32);
|
||||
_s6.historical_profit = gHistoricalProfit;
|
||||
// pad_013587D4
|
||||
memcpy(_s6.scenario_completed_name, gScenarioCompletedBy, sizeof(_s6.scenario_completed_name));
|
||||
_s6.cash = gCashEncrypted;
|
||||
|
||||
Reference in New Issue
Block a user