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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being/localplayer.cpp') diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index ec62fe735..bd03cbf96 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -995,7 +995,7 @@ void LocalPlayer::setGotoTarget(Being *const target) } void LocalPlayer::handleStatusEffect(const StatusEffect *const effect, - const int effectId) + const int32_t effectId) { Being::handleStatusEffect(effect, effectId); -- cgit v1.2.3-70-g09d2