diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-10 02:15:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-10 02:15:26 +0300 |
commit | 881501a05400f58df76036e59313d08305c0b494 (patch) | |
tree | 32cfa073737d2e64577441c7b1d0b82e260b4c5b /src/localplayer.h | |
parent | 994ce665a9a32899a0f7efadf1253faa9a3cdbed (diff) | |
download | plus-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.h | 2 |
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. */ |