diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-27 21:34:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-27 21:34:05 +0300 |
commit | 47cc515695fcd0b16467506e4984d2ec38fad4e4 (patch) | |
tree | 10534ea3e905b892e4fd3413cbd0a26fe5317ea6 | |
parent | dec68400d47fb945c779252806120f894398fead (diff) | |
download | plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.gz plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.bz2 plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.tar.xz plus-47cc515695fcd0b16467506e4984d2ec38fad4e4.zip |
fix compilation warning
-rw-r--r-- | src/being/localplayer.h | 2 |
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; |