From 744b9d6689b67779a1d17c6d3de7cd016ca1033b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 Jul 2014 20:58:31 +0300 Subject: move "change move" option into gamemodifiers. --- src/being/localplayer.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 82a258678..5a2d10627 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -186,14 +186,6 @@ class LocalPlayer final : public Being, bool isPathSetByMouse() const A_WARN_UNUSED { return mPathSetByMouse; } - int getMoveType() const A_WARN_UNUSED - { return mMoveType; } - - void setMoveType(const int n) - { mMoveType = n; } - - void changeMoveType(const bool forward); - int getAttackWeaponType() const A_WARN_UNUSED { return mAttackWeaponType; } @@ -451,8 +443,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getMoveTypeString(); - std::string getCrazyMoveTypeString(); std::string getMoveToTargetTypeString(); @@ -537,8 +527,6 @@ class LocalPlayer final : public Being, int mGMLevel; - // move type - unsigned int mMoveType; // crazy move type unsigned int mCrazyMoveType; // crazy move state -- cgit v1.2.3-60-g2f50