diff options
Diffstat (limited to 'src/Stats.cpp')
-rw-r--r-- | src/Stats.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Stats.cpp b/src/Stats.cpp index d7816f36..8537137e 100644 --- a/src/Stats.cpp +++ b/src/Stats.cpp @@ -1,4 +1,5 @@ #include "common.h" #include "Stats.h" -Int32 &CStats::DaysPassed = *(Int32*)0x8F2BB8;
\ No newline at end of file +Int32 &CStats::DaysPassed = *(Int32*)0x8F2BB8; +Int32 &CStats::HeadShots = *(Int32*)0x8F647C;
\ No newline at end of file |