From c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Oct 2009 10:58:58 -0600 Subject: REplace instances of TMW with Mana --- src/player.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 3c4cc258..a1ba1b5c 100644 --- a/src/player.h +++ b/src/player.h @@ -26,7 +26,7 @@ class Graphics; class Map; -#ifdef TMWSERV_SUPPORT +#ifdef MANASERV_SUPPORT class Guild; #endif @@ -109,7 +109,7 @@ class Player : public Being virtual void setSpriteColor(unsigned int slot, const std::string &color = ""); -#ifdef TMWSERV_SUPPORT +#ifdef MANASERV_SUPPORT /** * Adds a guild to the player. */ @@ -170,7 +170,7 @@ class Player : public Being std::vector mSpriteIDs; std::vector mSpriteColors; -#ifdef TMWSERV_SUPPORT +#ifdef MANASERV_SUPPORT // Character guild information std::map mGuilds; #endif -- cgit v1.2.3-70-g09d2