summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 01e4466bf..9f8ad71c4 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -2117,7 +2117,6 @@ void LocalPlayer::updateCoords()
break;
}
}
-
if (mDrawPath && mShowNavigePath)
{
tmpLayer->clean();
@@ -2586,6 +2585,11 @@ void LocalPlayer::updateNavigateList()
}
}
+void LocalPlayer::failMove(const int x A_UNUSED,
+ const int y A_UNUSED)
+{
+}
+
void LocalPlayer::waitFor(const std::string &nick)
{
mWaitFor = nick;