diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:24:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:24:00 +0300 |
commit | 623c0127e4ad5170e9ee003475ed566cec55cfeb (patch) | |
tree | 269181626445874223a4b450ea65d6dbc46fb3c3 /src/being/localplayer.h | |
parent | 684e041568932a651aaeb09a1247f42860871a59 (diff) | |
download | manaplus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.gz manaplus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.bz2 manaplus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.xz manaplus-623c0127e4ad5170e9ee003475ed566cec55cfeb.zip |
move "change attack weapon 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 76fe055da..711582125 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -186,17 +186,12 @@ class LocalPlayer final : public Being, bool isPathSetByMouse() const A_WARN_UNUSED { return mPathSetByMouse; } - int getAttackWeaponType() const A_WARN_UNUSED - { return mAttackWeaponType; } - int getAttackType() const A_WARN_UNUSED { return mAttackType; } int getImitationMode() const A_WARN_UNUSED { return mImitationMode; } - void changeAttackWeaponType(const bool forward); - void changeAttackType(const bool forward); void changeImitationMode(const bool forward); @@ -434,8 +429,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getAttackWeaponTypeString(); - std::string getAttackTypeString(); std::string getQuickDropCounterString(); @@ -514,8 +507,6 @@ class LocalPlayer final : public Being, // crazy move state unsigned int mCrazyMoveState; - // attack weapon type - unsigned int mAttackWeaponType; // quick drop counter unsigned int mQuickDropCounter; // move state. used if mMoveType == 2 |