diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 10:58:58 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 10:58:58 -0600 |
commit | c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b (patch) | |
tree | 709fda8a3974b5e73d4cd4d7e688c544ce03ed96 /src/player.h | |
parent | 86e5e4c5bd29abcd90d21a64fdea7eac73665356 (diff) | |
download | mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.gz mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.bz2 mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.tar.xz mana-c3ac3fb3b95d0abcd2cbc51e8ff1f2498cc6841b.zip |
REplace instances of TMW with Mana
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<int> mSpriteIDs; std::vector<std::string> mSpriteColors; -#ifdef TMWSERV_SUPPORT +#ifdef MANASERV_SUPPORT // Character guild information std::map<int, Guild*> mGuilds; #endif |