Finish refactor of loading / saving

This commit is contained in:
Ted John 2018-12-29 23:10:44 +00:00
parent 311ce446cf
commit 4643469ac3
3 changed files with 360 additions and 711 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
#include <algorithm>
#include <time.h>
uint32_t gDateMonthTicks;
uint16_t gDateMonthTicks;
int32_t gDateMonthsElapsed;
// rct2: 0x00993988

View File

@ -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;