diff options
author | erorcun <erayorcunus@gmail.com> | 2019-12-16 05:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 05:50:40 +0100 |
commit | 790f4863c64998dba51a36e20ed5898ea4305f5e (patch) | |
tree | 3936281b1ad7994f76f8cb3e57363698d6915dce /src/core/Stats.h | |
parent | Merge pull request #280 from erorcun/erorcun (diff) | |
parent | CPlayerInfo done (diff) | |
download | re3-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 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index 7bae8c51..13f97218 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -14,6 +14,8 @@ public: static int32 &TimesDied; static int32 &TimesArrested; static int32 &KillsSinceLastCheckpoint; + static int32 &DistanceTravelledInVehicle; + static int32 &DistanceTravelledOnFoot; public: static void AnotherKillFrenzyPassed(); |