summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-21 13:24:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-21 13:24:00 +0300
commit623c0127e4ad5170e9ee003475ed566cec55cfeb (patch)
tree269181626445874223a4b450ea65d6dbc46fb3c3 /src/being/localplayer.h
parent684e041568932a651aaeb09a1247f42860871a59 (diff)
downloadplus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.gz
plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.bz2
plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.tar.xz
plus-623c0127e4ad5170e9ee003475ed566cec55cfeb.zip
move "change attack weapon type" option into gamemodifiers.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h9
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