From 36aee3039d377eba9cd73f539d317946e1b76dff Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Mon, 24 Jul 2006 10:36:36 +0000 Subject: Removed unused code, fixed "change direction when not walking" bug, updated project files. --- src/localplayer.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 339435a5..8b601326 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -210,6 +210,9 @@ void LocalPlayer::walk(unsigned char dir) { // Update the player direction to where he wants to walk // Warning: Not communicated to the server yet + + // If the being can't move, just change direction + mDirection = dir; setDirection(dir); } } @@ -344,7 +347,10 @@ void LocalPlayer::attack(Being *target, bool keep) if (abs(dist_y) >= abs(dist_x)) { if (dist_y > 0) + { setDirection(DOWN); + printf("DOWN\n"); + } else setDirection(UP); } -- cgit v1.2.3-60-g2f50