From 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 7 Jul 2019 13:09:11 +0200 Subject: the great reorganization --- src/core/Stats.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/core/Stats.cpp (limited to 'src/core/Stats.cpp') diff --git a/src/core/Stats.cpp b/src/core/Stats.cpp new file mode 100644 index 00000000..3c5b55e4 --- /dev/null +++ b/src/core/Stats.cpp @@ -0,0 +1,6 @@ +#include "common.h" +#include "Stats.h" + +int32& CStats::DaysPassed = *(int32*)0x8F2BB8; +int32& CStats::HeadShots = *(int32*)0x8F647C; +bool& CStats::CommercialPassed = *(bool*)0x8F4334; \ No newline at end of file -- cgit v1.2.3