diff options
Diffstat (limited to 'src/gui/windows/killstats.h')
-rw-r--r-- | src/gui/windows/killstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |