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
1 changed files with 1 additions and 0 deletions

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;