1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

add global macro for gScenarioTicks

This commit is contained in:
Ted John
2016-05-08 23:20:42 +01:00
parent c77311a113
commit 5ccfd83dea
13 changed files with 29 additions and 28 deletions

View File

@@ -244,7 +244,7 @@ void S6Exporter::Export()
_s6.elapsed_months = gDateMonthsElapsed;
_s6.current_day = gDateMonthTicks;
_s6.scenario_ticks = RCT2_GLOBAL(RCT2_ADDRESS_SCENARIO_TICKS, uint32);
_s6.scenario_ticks = gScenarioTicks;
_s6.scenario_srand_0 = gScenarioSrand0;
_s6.scenario_srand_1 = gScenarioSrand1;