diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-28 18:52:25 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-28 18:52:25 +0100 |
commit | 775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5 (patch) | |
tree | 2832a470b7f2983228875da09ff9ebbf8b944735 /src/core/Stats.h | |
parent | Merge branch 'master' into garages_dev (diff) | |
download | re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar.gz re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar.bz2 re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar.lz re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar.xz re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.tar.zst re3-775bc3e666a1a61d156b5f13ec94b2ad63b8b6e5.zip |
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index f6ff8187..1d220905 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -54,6 +54,7 @@ public: static int32(&FastestTimes)[TOTAL_FASTEST_TIMES]; static int32(&HighestScores)[TOTAL_HIGHEST_SCORES]; static int32 &KgOfExplosivesUsed; + static int32 &CarsCrushed; public: static void RegisterFastestTime(int32, int32); |