diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-08 03:25:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-08 03:25:29 +0300 |
commit | a88d005220997d4c66d3a97ae8fd857a7dd3c307 (patch) | |
tree | cebc4b8388f33da27f24b727d2fe531e0f4acf2d /src/being.h | |
parent | 27c3646d10e0c5d25905d7afc7a43289159f711b (diff) | |
download | plus-a88d005220997d4c66d3a97ae8fd857a7dd3c307.tar.gz plus-a88d005220997d4c66d3a97ae8fd857a7dd3c307.tar.bz2 plus-a88d005220997d4c66d3a97ae8fd857a7dd3c307.tar.xz plus-a88d005220997d4c66d3a97ae8fd857a7dd3c307.zip |
Show players statuses near nicks.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index de50d8fcf..143f3eec5 100644 --- a/src/being.h +++ b/src/being.h @@ -870,6 +870,9 @@ class Being : public ActorSprite, public ConfigListener static bool mShowBattleEvents; static bool mShowMobHP; static bool mShowOwnHP; + static bool mShowGender; + static bool mShowLevel; + static bool mShowPlayersStatus; unsigned int mMoveTime; unsigned int mAttackTime; |