summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
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.h
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.h2
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();