summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-12-16 05:50:40 +0100
committerGitHub <noreply@github.com>2019-12-16 05:50:40 +0100
commit790f4863c64998dba51a36e20ed5898ea4305f5e (patch)
tree3936281b1ad7994f76f8cb3e57363698d6915dce /src/core/Stats.cpp
parentMerge pull request #280 from erorcun/erorcun (diff)
parentCPlayerInfo done (diff)
downloadre3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.gz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.bz2
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.lz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.xz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.zst
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.zip
Diffstat (limited to '')
-rw-r--r--src/core/Stats.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Stats.cpp b/src/core/Stats.cpp
index 9641e8f0..aa3f21a9 100644
--- a/src/core/Stats.cpp
+++ b/src/core/Stats.cpp
@@ -12,6 +12,8 @@ int32 *CStats::PedsKilledOfThisType = (int32*)0x880DBC;
int32 &CStats::TimesDied = *(int32*)0x8E2BDC;
int32 &CStats::TimesArrested = *(int32*)0x8E2BEC;
int32 &CStats::KillsSinceLastCheckpoint = *(int32*)0x8F2C8C;
+int32& CStats::DistanceTravelledInVehicle = *(int32*)0x940574;
+int32& CStats::DistanceTravelledOnFoot = *(int32*)0x941518;
void CStats::AnotherKillFrenzyPassed()
{