1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +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

@@ -173,7 +173,7 @@ void S6Importer::LoadScenario(SDL_RWops *rw)
void S6Importer::Import()
{
RCT2_GLOBAL(0x009E34E4, rct_s6_header) = _s6.header;
RCT2_GLOBAL(0x0141F570, rct_s6_info) = _s6.info;
*gS6Info = _s6.info;
gDateMonthsElapsed = _s6.elapsed_months;
gDateMonthTicks = _s6.current_day;