diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/player.h b/src/player.h index 83cb4ec0..cfd305a6 100644 --- a/src/player.h +++ b/src/player.h @@ -54,10 +54,6 @@ class Player : public Being #ifdef EATHENA_SUPPORT virtual void logic(); #endif - /** - * Returns the path to the player's current destination - */ - Path findPath(); virtual Type getType() const; @@ -97,6 +93,11 @@ class Player : public Being #ifdef TMWSERV_SUPPORT /** + * Returns the path to the player's current destination + */ + Path findPath(); + + /** * Adds a guild to the player. */ Guild *addGuild(short guildId, short rights); |