diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2009-07-02 20:51:41 -0400 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2009-07-02 20:51:41 -0400 |
commit | e0de8a124bf94b79d9d64e5406b21e8598a05d56 (patch) | |
tree | 45b24bbe874ce9edb364dda3a188a5e539356fe2 /src/player.h | |
parent | 0bca1b9756a93d876cbf4a411b47634b87775162 (diff) | |
download | mana-e0de8a124bf94b79d9d64e5406b21e8598a05d56.tar.gz mana-e0de8a124bf94b79d9d64e5406b21e8598a05d56.tar.bz2 mana-e0de8a124bf94b79d9d64e5406b21e8598a05d56.tar.xz mana-e0de8a124bf94b79d9d64e5406b21e8598a05d56.zip |
Fix building the ea client.
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); |