diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:39:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-21 21:39:00 +0300 |
commit | eed7ef561a9d590d507255118132676f868b1bd3 (patch) | |
tree | 586f7f394c0d7678ed615525c6129fb9d787bf04 /src/being/localplayer.h | |
parent | c41fcc1f637e76e5ff671b223ce6c151af89e7d3 (diff) | |
download | plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.gz plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.bz2 plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.xz plus-eed7ef561a9d590d507255118132676f868b1bd3.zip |
move "change pickup 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 8660efd87..835e85dbe 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -191,11 +191,6 @@ class LocalPlayer final : public Being, void changeImitationMode(const bool forward); - void changePickUpType(const bool forward); - - int getPickUpType() const A_WARN_UNUSED - { return mPickUpType; } - unsigned int getMoveState() const A_WARN_UNUSED { return mMoveState; } @@ -417,8 +412,6 @@ class LocalPlayer final : public Being, void setTestParticle(const std::string &fileName, const bool updateHash = true); - std::string getPickUpTypeString(); - static std::string getMapDrawTypeString(); std::string getMagicAttackString(); @@ -493,8 +486,6 @@ class LocalPlayer final : public Being, unsigned int mCrazyMoveState; // move state. used if mMoveType == 2 unsigned int mMoveState; - // pick up type 1x1, normal aka 2x1, forward aka 2x3, 3x3, 3x3 + 1 - unsigned int mPickUpType; // magic attack type unsigned int mMagicAttackType; // pvp attack type |