summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index b77d34f22..bc1cf5bd5 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -127,7 +127,6 @@ LocalPlayer::LocalPlayer(const int id, const uint16_t subtype) :
mPickUpTarget(nullptr),
mLastAction(-1),
mStatusEffectIcons(),
- mLocalWalkTime(-1),
mMessages(),
mMessageTime(0),
mAwayListener(new AwayListener),
@@ -656,7 +655,6 @@ void LocalPlayer::stopWalking(const bool sendToServer)
if (mAction == BeingAction::MOVE && mWalkingDir)
{
mWalkingDir = 0;
- mLocalWalkTime = 0;
mPickUpTarget = nullptr;
setDestination(static_cast<int>(getPosition().x),