summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-03 11:31:39 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-03 11:37:00 +0200
commit91242cdfe50922e7258a04743bd940956c0453da (patch)
tree85e66499c7a12920ec2309142e839abd74bee53b /src/being.cpp
parent1bc515864c9f317562b3edb0267a3cc4db5737ad (diff)
downloadmana-client-91242cdfe50922e7258a04743bd940956c0453da.tar.gz
mana-client-91242cdfe50922e7258a04743bd940956c0453da.tar.bz2
mana-client-91242cdfe50922e7258a04743bd940956c0453da.tar.xz
mana-client-91242cdfe50922e7258a04743bd940956c0453da.zip
Moved mIsGM from Being to Player and made isGM() const
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index d4242df0..d719635b 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -87,7 +87,6 @@ Being::Being(int id, int job, Map *map):
mSpriteDirection(DIRECTION_DOWN),
#endif
mMap(NULL),
- mIsGM(false),
mParticleEffects(config.getValue("particleeffects", 1)),
mEquippedWeapon(NULL),
#ifdef TMWSERV_SUPPORT