diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 23:04:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 23:04:11 +0300 |
commit | c544a5ebb53d51fa98392188d2b44dc6ec27c390 (patch) | |
tree | 030bef947a6a4a0b1c302b67013555f54834d49d /src/being/localplayer.h | |
parent | eed7ef561a9d590d507255118132676f868b1bd3 (diff) | |
download | plus-c544a5ebb53d51fa98392188d2b44dc6ec27c390.tar.gz plus-c544a5ebb53d51fa98392188d2b44dc6ec27c390.tar.bz2 plus-c544a5ebb53d51fa98392188d2b44dc6ec27c390.tar.xz plus-c544a5ebb53d51fa98392188d2b44dc6ec27c390.zip |
move "change attack type" option into gamemodifiers.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 835e85dbe..354339016 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -203,13 +203,8 @@ class LocalPlayer final : public Being, void setCrazyMoveState(const unsigned int n) { mCrazyMoveState = n; } - void switchMagicAttack(const bool forward); - void switchPvpAttack(const bool forward); - int getMagicAttackType() const A_WARN_UNUSED - { return mMagicAttackType; } - int getPvpAttackType() const A_WARN_UNUSED { return mPvpAttackType; } @@ -414,8 +409,6 @@ class LocalPlayer final : public Being, static std::string getMapDrawTypeString(); - std::string getMagicAttackString(); - std::string getPvpAttackString(); std::string getImitationModeString(); @@ -486,8 +479,6 @@ class LocalPlayer final : public Being, unsigned int mCrazyMoveState; // move state. used if mMoveType == 2 unsigned int mMoveState; - // magic attack type - unsigned int mMagicAttackType; // pvp attack type unsigned int mPvpAttackType; unsigned int mImitationMode; |