diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index d770d3bb..2744f106 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -263,6 +263,7 @@ void LocalPlayer::setGMLevel(int level) setGM(true); } +#ifdef EATHENA_SUPPORT void LocalPlayer::nextStep() { // TODO: Fix picking up when reaching target (this method is obsolete) @@ -291,10 +292,10 @@ void LocalPlayer::nextStep() mPath.clear(); } -#ifdef EATHENA_SUPPORT + Player::nextStep(); -#endif } +#endif #ifdef TMWSERV_SUPPORT bool LocalPlayer::checkInviteRights(const std::string &guildName) |