From 0add48abf589330ae6fe11e304c111d9f52ce009 Mon Sep 17 00:00:00 2001 From: aap Date: Mon, 17 Jun 2019 00:16:38 +0200 Subject: got rid of upper case types --- src/Stats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Stats.h') diff --git a/src/Stats.h b/src/Stats.h index 398999dc..4508e8a8 100644 --- a/src/Stats.h +++ b/src/Stats.h @@ -3,6 +3,6 @@ class CStats { public: - static Int32 &DaysPassed; - static Int32 &HeadShots; + static int32 &DaysPassed; + static int32 &HeadShots; }; \ No newline at end of file -- cgit v1.2.3