1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

add global for gResearchedSceneryItems

This commit is contained in:
Ted John
2016-05-11 19:18:59 +01:00
parent e45578771e
commit 0f1028c92c
9 changed files with 20 additions and 14 deletions

View File

@@ -289,7 +289,7 @@ void S6Exporter::Export()
_s6.mechanic_colour = gStaffMechanicColour;
_s6.security_colour = gStaffSecurityColour;
memcpy(_s6.dword_01357BD0, RCT2_ADDRESS(0x01357BD0, uint32), sizeof(_s6.dword_01357BD0));
memcpy(_s6.researched_scenery_items, gResearchedSceneryItems, sizeof(_s6.researched_scenery_items));
_s6.park_rating = gParkRating;