mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Finish refactor of loading / saving
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
#include <algorithm>
|
||||
#include <time.h>
|
||||
|
||||
uint32_t gDateMonthTicks;
|
||||
uint16_t gDateMonthTicks;
|
||||
int32_t gDateMonthsElapsed;
|
||||
|
||||
// rct2: 0x00993988
|
||||
|
||||
@@ -68,7 +68,7 @@ bool gFirstTimeSaving = true;
|
||||
uint16_t gSavedAge;
|
||||
uint32_t gLastAutoSaveUpdate = 0;
|
||||
|
||||
uint64_t gScenarioTicks;
|
||||
uint32_t gScenarioTicks;
|
||||
random_engine_t gScenarioRand;
|
||||
|
||||
Objective gScenarioObjective;
|
||||
|
||||
Reference in New Issue
Block a user