summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-23 14:25:45 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-23 14:25:45 +0300
commit0a3d203f6f311da4a7907863586068827cdedfed (patch)
treeb6939497c8ff08863d5ac67f2af190e4e6441cd5 /src/being/localplayer.h
parentdd1c7257b760f4c97c84e66d4ebb4f32fff8a499 (diff)
downloadplus-0a3d203f6f311da4a7907863586068827cdedfed.tar.gz
plus-0a3d203f6f311da4a7907863586068827cdedfed.tar.bz2
plus-0a3d203f6f311da4a7907863586068827cdedfed.tar.xz
plus-0a3d203f6f311da4a7907863586068827cdedfed.zip
Move crazy move state into settings class.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 9226c1806..c8efcb4ff 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -196,12 +196,6 @@ class LocalPlayer final : public Being,
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; }
-
std::string getPingTime() const A_WARN_UNUSED;
void tryPingRequest();
@@ -443,8 +437,6 @@ class LocalPlayer final : public Being,
int mGMLevel;
- // crazy move state
- unsigned int mCrazyMoveState;
// move state. used if mMoveType == 2
unsigned int mMoveState;