1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

add variable for gS6Info

This commit is contained in:
Ted John
2016-05-20 23:26:19 +01:00
parent 781c422c76
commit 25ac99e04a
18 changed files with 86 additions and 97 deletions

View File

@@ -226,7 +226,7 @@ void S6Exporter::Save(SDL_RWops * rw, bool isScenario)
void S6Exporter::Export()
{
_s6.info = *(RCT2_ADDRESS(0x0141F570, rct_s6_info));
_s6.info = *gS6Info;
for (int i = 0; i < 721; i++)
{