summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index 438707567..a9ccba82e 100644
--- a/src/being.h
+++ b/src/being.h
@@ -922,7 +922,7 @@ class Being : public ActorSprite, public ConfigListener
* If walking in direction 'neg' the value is negated.
* TODO: Used by eAthena only?
*/
- int getOffset(const char pos, const char neg) const;
+ int getOffset(const signed char pos, const signed char neg) const;
int searchSlotValue(std::vector<int> &slotRemap, const int val) const;