1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Integrate guest and park globals

Note: this also fixes loading of landscapes in the editor which did not use the new SC loading code.
This commit is contained in:
Ted John
2016-08-14 15:50:52 +01:00
parent 81fb5f9545
commit 154bb0d475
9 changed files with 92 additions and 155 deletions

View File

@@ -286,7 +286,7 @@ void S6Exporter::Export()
memcpy(_s6.expenditure_table, gExpenditureTable, sizeof(_s6.expenditure_table));
_s6.last_guests_in_park = RCT2_GLOBAL(RCT2_ADDRESS_LAST_GUESTS_IN_PARK, uint16);
_s6.last_guests_in_park = gNumGuestsInParkLastWeek;
// pad_01357BCA
_s6.handyman_colour = gStaffHandymanColour;
_s6.mechanic_colour = gStaffMechanicColour;