diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 17:53:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 17:53:41 +0300 |
commit | 8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1 (patch) | |
tree | 61f95032eb06210d145b3f1f704c2f60a396974a /src/being/localplayer.h | |
parent | 623c0127e4ad5170e9ee003475ed566cec55cfeb (diff) | |
download | plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.gz plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.bz2 plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.tar.xz plus-8b6afd0d756b9fc66c9f4de3ef452c24f64c87d1.zip |
move "change attack type" option into gamemodifiers.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 711582125..4225be4a0 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -186,14 +186,9 @@ class LocalPlayer final : public Being, bool isPathSetByMouse() const A_WARN_UNUSED { return mPathSetByMouse; } - int getAttackType() const A_WARN_UNUSED - { return mAttackType; } - int getImitationMode() const A_WARN_UNUSED { return mImitationMode; } - void changeAttackType(const bool forward); - void changeImitationMode(const bool forward); void changePickUpType(const bool forward); @@ -429,8 +424,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getAttackTypeString(); - std::string getQuickDropCounterString(); std::string getPickUpTypeString(); @@ -517,7 +510,6 @@ class LocalPlayer final : public Being, unsigned int mMagicAttackType; // pvp attack type unsigned int mPvpAttackType; - unsigned int mAttackType; unsigned int mImitationMode; int mLastTargetX; |