diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-27 12:38:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-27 12:38:32 +0300 |
commit | 4fb756ef90981a90ae31446c1c094bf88e24d045 (patch) | |
tree | 31cb8a3d46987207c8948987a66e9361f7f0f648 /src/being/localplayer.h | |
parent | 8626395ecd1bb47f2e67e576ec648c2ab34cb148 (diff) | |
download | plus-4fb756ef90981a90ae31446c1c094bf88e24d045.tar.gz plus-4fb756ef90981a90ae31446c1c094bf88e24d045.tar.bz2 plus-4fb756ef90981a90ae31446c1c094bf88e24d045.tar.xz plus-4fb756ef90981a90ae31446c1c094bf88e24d045.zip |
Add option to show/hide server side position.
By default server side position is hidden,
before it was always visible.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 5664b03b6..e3a235b06 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -651,6 +651,7 @@ class LocalPlayer final : public Being, bool mAwayMode; bool mPseudoAwayMode; bool mShowNavigePath; + bool mShowServerPos; }; extern LocalPlayer *player_node; |