From c3434fa53d1c83bc65b640951364f842fe6c79f4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Oct 2012 00:27:51 +0300 Subject: Fix some signed/unsigned chars issues. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 6be9effb4..210736117 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -1521,7 +1521,7 @@ void Being::drawSpeech(const int offsetX, const int offsetY) } /** TODO: eAthena only */ -int Being::getOffset(const char pos, const char neg) const +int Being::getOffset(const signed char pos, const signed char neg) const { // Check whether we're walking in the requested direction if (mAction != MOVE || !(mDirection & (pos | neg))) -- cgit v1.2.3-70-g09d2