diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index f670722c..5e17a1df 100644 --- a/src/being.h +++ b/src/being.h @@ -147,7 +147,7 @@ class Being : public Sprite, public ConfigListener * Sets a new destination for this being to walk to. */ #ifdef EATHENA_SUPPORT - virtual void setDestination(Uint16 destX, Uint16 destY); + virtual void setDestination(int destX, int destY); #else /** * Creates a path for the being from current position to ex and ey |