From b5b602d5a050a194c24a26197ae4a8a30c14915c Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 26 Mar 2017 18:13:37 +0200 Subject: [PATCH] Fix import of SV4 scenario ticks, fixes #5004 --- src/openrct2/rct1/S4Importer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 570630c6c4..f3f5d8b0d8 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -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;