From 3297165f99f0dac7a453f180e1bef05782da2c6e Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Tue, 2 May 2006 21:30:17 +0000 Subject: Fixed the delay last move bug. --- src/localplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index d418ac7d..3d12c7c1 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -219,7 +219,7 @@ void LocalPlayer::setDestination(Uint16 x, Uint16 y) { char temp[3]; MessageOut outMsg(mNetwork); - set_coordinates(temp, mX, mY, mDirection); + set_coordinates(temp, x, y, mDirection); outMsg.writeInt16(0x0085); outMsg.writeString(temp, 3); -- cgit v1.2.3-60-g2f50