diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-03 11:31:39 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-03 11:37:00 +0200 |
commit | 91242cdfe50922e7258a04743bd940956c0453da (patch) | |
tree | 85e66499c7a12920ec2309142e839abd74bee53b /src/being.cpp | |
parent | 1bc515864c9f317562b3edb0267a3cc4db5737ad (diff) | |
download | mana-91242cdfe50922e7258a04743bd940956c0453da.tar.gz mana-91242cdfe50922e7258a04743bd940956c0453da.tar.bz2 mana-91242cdfe50922e7258a04743bd940956c0453da.tar.xz mana-91242cdfe50922e7258a04743bd940956c0453da.zip |
Moved mIsGM from Being to Player and made isGM() const
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 1 |
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 |