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

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

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;