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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user