diff options
author | guard3 <cblsss2011@hotmail.com> | 2019-07-04 13:04:34 +0200 |
---|---|---|
committer | guard3 <cblsss2011@hotmail.com> | 2019-07-06 00:51:32 +0200 |
commit | 88ce335afc1af81222109e922ef03051a5273dd7 (patch) | |
tree | 07091c5c2794569add7cb60c167a7936264f79b7 /src/Stats.h | |
parent | finished CDamageManager (diff) | |
download | re3-88ce335afc1af81222109e922ef03051a5273dd7.tar re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.gz re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.bz2 re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.lz re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.xz re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.zst re3-88ce335afc1af81222109e922ef03051a5273dd7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Stats.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Stats.h b/src/Stats.h index e7cc3dc5..39b0e184 100644 --- a/src/Stats.h +++ b/src/Stats.h @@ -3,6 +3,7 @@ class CStats { public: - static int32 &DaysPassed; - static int32 &HeadShots; -}; + static int32& DaysPassed; + static int32& HeadShots; + static bool& CommercialPassed; +};
\ No newline at end of file |