From b02b4ce0b656a93fbcaa927b0ba289edfec6e22c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Jul 2014 00:18:41 +0300 Subject: move "change crazy move" option into gamemodifiers. --- src/being/localplayer.h | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 5a2d10627..319825e65 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -208,9 +208,6 @@ class LocalPlayer final : public Being, void changePickUpType(const bool forward); - int getCrazyMoveType() const A_WARN_UNUSED - { return mCrazyMoveType; } - int getPickUpType() const A_WARN_UNUSED { return mPickUpType; } @@ -221,12 +218,18 @@ class LocalPlayer final : public Being, void changeQuickDropCounter(const bool forward); - int getMoveState() const A_WARN_UNUSED + unsigned int getMoveState() const A_WARN_UNUSED { return mMoveState; } - void setMoveState(const int n) + void setMoveState(const unsigned int n) { mMoveState = n; } + unsigned int getCrazyMoveState() const A_WARN_UNUSED + { return mCrazyMoveState; } + + void setCrazyMoveState(const unsigned int n) + { mCrazyMoveState = n; } + void switchMagicAttack(const bool forward); void switchPvpAttack(const bool forward); @@ -259,8 +262,6 @@ class LocalPlayer final : public Being, bool pickUpItems(int pickUpType = 0); - void changeCrazyMoveType(const bool forward); - void crazyMove(); void moveTo(const int x, const int y); @@ -443,8 +444,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getCrazyMoveTypeString(); - std::string getMoveToTargetTypeString(); std::string getFollowModeString(); @@ -527,8 +526,6 @@ class LocalPlayer final : public Being, int mGMLevel; - // crazy move type - unsigned int mCrazyMoveType; // crazy move state unsigned int mCrazyMoveState; // attack weapon type -- cgit v1.2.3-70-g09d2