Fix import of SV4 scenario ticks, fixes #5004

This commit is contained in:
Gymnasiast 2017-03-26 18:13:37 +02:00
parent ccce7b0432
commit b5b602d5a0
1 changed files with 1 additions and 1 deletions

View File

@ -1891,7 +1891,7 @@ private:
void ImportParkFlags()
{
// Date and srand
gCurrentTicks = _s4.ticks;
gScenarioTicks = _s4.ticks;
gScenarioSrand0 = _s4.random_a;
gScenarioSrand1 = _s4.random_b;
gDateMonthsElapsed = _s4.month;