diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:14:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 13:14:09 +0300 |
commit | 684e041568932a651aaeb09a1247f42860871a59 (patch) | |
tree | c1398692d694b01150b204a19199776b06a919a5 /src/being/localplayer.h | |
parent | cfffcc941898c4163e1bd62b8e514d3535511666 (diff) | |
download | plus-684e041568932a651aaeb09a1247f42860871a59.tar.gz plus-684e041568932a651aaeb09a1247f42860871a59.tar.bz2 plus-684e041568932a651aaeb09a1247f42860871a59.tar.xz plus-684e041568932a651aaeb09a1247f42860871a59.zip |
move "change follow mode" 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 20a16c5c7..76fe055da 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -192,9 +192,6 @@ class LocalPlayer final : public Being, int getAttackType() const A_WARN_UNUSED { return mAttackType; } - int getFollowMode() const A_WARN_UNUSED - { return mFollowMode; } - int getImitationMode() const A_WARN_UNUSED { return mImitationMode; } @@ -202,8 +199,6 @@ class LocalPlayer final : public Being, void changeAttackType(const bool forward); - void changeFollowMode(const bool forward); - void changeImitationMode(const bool forward); void changePickUpType(const bool forward); @@ -439,8 +434,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getFollowModeString(); - std::string getAttackWeaponTypeString(); std::string getAttackTypeString(); @@ -534,7 +527,6 @@ class LocalPlayer final : public Being, // pvp attack type unsigned int mPvpAttackType; unsigned int mAttackType; - unsigned int mFollowMode; unsigned int mImitationMode; int mLastTargetX; |