diff options
Diffstat (limited to 'src/being/localplayer.h')
-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; |