1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

fix #3572: scenario description not loaded for scenarios

This commit is contained in:
Ted John
2016-05-15 23:26:06 +01:00
parent d424eb44ed
commit a9e4ff98c0

View File

@@ -173,6 +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;
gDateMonthsElapsed = _s6.elapsed_months;
gDateMonthTicks = _s6.current_day;