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 45a621e4..63b18dee 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -136,7 +136,7 @@ void Being::setPosition(const Vector &pos) } #ifdef EATHENA_SUPPORT -void Being::setDestination(Uint16 destX, Uint16 destY) +void Being::setDestination(int destX, int destY) { if (mMap) setPath(mMap->findPath(mX, mY, destX, destY, getWalkMask())); |