summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
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;