From 4b807a6184b3fcd9ba3df5d96f199917d88adc82 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Mar 2016 21:03:27 +0300 Subject: Add status effect id type from int to int32_t. --- src/being/localplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 732c27c7f..ccecb18fb 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -427,7 +427,7 @@ class LocalPlayer final : public Being, void updateCoords() override final; void handleStatusEffect(const StatusEffect *const effect, - const int effectId) override final; + const int32_t effectId) override final; void startWalking(const unsigned char dir); @@ -460,7 +460,7 @@ class LocalPlayer final : public Being, int mLastAction; // Time stamp of the last action, -1 if none. - std::vector mStatusEffectIcons; + std::vector mStatusEffectIcons; typedef std::pair MessagePair; /** Queued messages*/ -- cgit v1.2.3-60-g2f50