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