summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.cpp
diff options
context:
space:
mode:
authorWes Hampson <thehambone93@gmail.com>2020-03-11 08:12:40 +0100
committerWes Hampson <thehambone93@gmail.com>2020-03-11 08:12:40 +0100
commitc7f16879df25fc962b67716e1f82881595451a5f (patch)
treef265c30c4b45536ba8787f487c0a5cff381f904d /src/core/Stats.cpp
parentSave SimpleVars, Scripts, and a few others (diff)
downloadre3-c7f16879df25fc962b67716e1f82881595451a5f.tar
re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.gz
re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.bz2
re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.lz
re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.xz
re3-c7f16879df25fc962b67716e1f82881595451a5f.tar.zst
re3-c7f16879df25fc962b67716e1f82881595451a5f.zip
Diffstat (limited to 'src/core/Stats.cpp')
-rw-r--r--src/core/Stats.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Stats.cpp b/src/core/Stats.cpp
index 2c27ba70..1d088e04 100644
--- a/src/core/Stats.cpp
+++ b/src/core/Stats.cpp
@@ -1,6 +1,9 @@
#include "common.h"
+#include "patcher.h"
#include "Stats.h"
+WRAPPER void CStats::SaveStats(uint8 *buf, uint32 *size) { EAXJMP(0x4ab3e0); }
+
int32 &CStats::DaysPassed = *(int32*)0x8F2BB8;
int32 &CStats::HeadsPopped = *(int32*)0x8F647C;
bool& CStats::CommercialPassed = *(bool*)0x8F4334;