summaryrefslogtreecommitdiffstats
path: root/src/Stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stats.cpp')
-rw-r--r--src/Stats.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Stats.cpp b/src/Stats.cpp
index 7db6e795..921586bb 100644
--- a/src/Stats.cpp
+++ b/src/Stats.cpp
@@ -3,10 +3,11 @@
int32 &CStats::DaysPassed = *(int32*)0x8F2BB8;
int32 &CStats::HeadShots = *(int32*)0x8F647C;
+bool& CStats::CommercialPassed = *(bool*)0x8F4334;
int32 &CStats::NumberKillFrenziesPassed = *(int32*)0x8E287C;
int32 &CStats::PeopleKilledByOthers = *(int32*)0x8E2C50;
void CStats::AnotherKillFrenzyPassed()
{
++NumberKillFrenziesPassed;
-}
+} \ No newline at end of file