diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/player.h b/src/player.h index a1ba1b5c..5cdc35a7 100644 --- a/src/player.h +++ b/src/player.h @@ -26,9 +26,7 @@ class Graphics; class Map; -#ifdef MANASERV_SUPPORT class Guild; -#endif enum Gender { @@ -109,7 +107,6 @@ class Player : public Being virtual void setSpriteColor(unsigned int slot, const std::string &color = ""); -#ifdef MANASERV_SUPPORT /** * Adds a guild to the player. */ @@ -135,8 +132,6 @@ class Player : public Being */ short getNumberOfGuilds(); -#endif - /** * Set whether the player in the LocalPlayer's party. Players that are * in the same party as the local player get their name displayed in @@ -170,10 +165,8 @@ class Player : public Being std::vector<int> mSpriteIDs; std::vector<std::string> mSpriteColors; -#ifdef MANASERV_SUPPORT // Character guild information std::map<int, Guild*> mGuilds; -#endif bool mIsGM; |