summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-10 02:15:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-10 02:15:26 +0300
commit881501a05400f58df76036e59313d08305c0b494 (patch)
tree32cfa073737d2e64577441c7b1d0b82e260b4c5b /src/localplayer.h
parent994ce665a9a32899a0f7efadf1253faa9a3cdbed (diff)
downloadplus-881501a05400f58df76036e59313d08305c0b494.tar.gz
plus-881501a05400f58df76036e59313d08305c0b494.tar.bz2
plus-881501a05400f58df76036e59313d08305c0b494.tar.xz
plus-881501a05400f58df76036e59313d08305c0b494.zip
Player range fix after previous commit.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 30acb3cda..414933e70 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -501,8 +501,6 @@ class LocalPlayer : public Being, public ActorSpriteListener,
bool mInStorage; /**< Whether storage is currently accessible */
- int mAttackRange;
-
int mTargetTime; /** How long the being has been targeted **/
int mLastTarget; /** Time stamp of last targeting action,
-1 if none. */