From 6576d46a7f420edfc53226811a3158d6e509a7bc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jul 2014 12:45:57 +0300 Subject: Fix compilation warnings and fix issue introduced in last commits. --- 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 07447601e..c3937badc 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -2160,7 +2160,7 @@ void LocalPlayer::specialMove(const unsigned char direction) if (mAction == BeingAction::MOVE) return; - int max; + unsigned int max; if (settings.moveType == 2) max = 5; -- cgit v1.2.3-60-g2f50