From a8041ac28118de1caef73bdac9567c9a7e25e41f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Sep 2017 23:43:44 +0300 Subject: Fix some issues with int64 to int32 implicit conversions. --- src/gui/windows/killstats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/killstats.h') diff --git a/src/gui/windows/killstats.h b/src/gui/windows/killstats.h index d471e1f73..a57c5c439 100644 --- a/src/gui/windows/killstats.h +++ b/src/gui/windows/killstats.h @@ -94,7 +94,7 @@ class KillStats final : public Window, Label *mLastKillExpLabel A_NONNULLPOINTER; int mKillCounter; /**< Session Kill counter. */ - int mExpCounter; /**< Session Exp counter. */ + int64_t mExpCounter; /**< Session Exp counter. */ int mKillTCounter; /**< Timer Kill counter. */ int mExpTCounter; /**< Timer Exp counter. */ -- cgit v1.2.3-70-g09d2