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