summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-27 21:34:05 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-27 21:34:05 +0300
commit47cc515695fcd0b16467506e4984d2ec38fad4e4 (patch)
tree10534ea3e905b892e4fd3413cbd0a26fe5317ea6
parentdec68400d47fb945c779252806120f894398fead (diff)
downloadplus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.gz
plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.bz2
plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.xz
plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.zip
fix compilation warning
-rw-r--r--src/being/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index e3a235b06..280e245cd 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -639,6 +639,7 @@ class LocalPlayer final : public Being,
bool mAttackMoving;
bool mAttackNext;
bool mShowJobExp;
+ bool mShowServerPos;
bool mNextStep;
// temporary disable crazy moves in moves
bool mDisableCrazyMove;
@@ -651,7 +652,6 @@ class LocalPlayer final : public Being,
bool mAwayMode;
bool mPseudoAwayMode;
bool mShowNavigePath;
- bool mShowServerPos;
};
extern LocalPlayer *player_node;