diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 14:33:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 14:33:37 +0300 |
commit | aae7a5ec7b6d962edd6620f1aedd468a6bc98e1a (patch) | |
tree | 4352a052e5254b0f16b56aab304dcb3ce107a59b /src/being/being.h | |
parent | cd2a71bfc4d3339dd6cf18b5a311e57d58fb548c (diff) | |
download | plus-aae7a5ec7b6d962edd6620f1aedd468a6bc98e1a.tar.gz plus-aae7a5ec7b6d962edd6620f1aedd468a6bc98e1a.tar.bz2 plus-aae7a5ec7b6d962edd6620f1aedd468a6bc98e1a.tar.xz plus-aae7a5ec7b6d962edd6620f1aedd468a6bc98e1a.zip |
Add ability to show badges under nick.
Add option for select how show badges.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being/being.h b/src/being/being.h index 5d4c5d0ec..1f01001c3 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1106,8 +1106,7 @@ class Being notfinal : public ActorSprite, static bool mHideErased; static Move mMoveNames; static bool mUseDiagonal; - static bool mShowBadges; - static bool mShowBadgesTop; + static uint8_t mShowBadges; static int mAwayEffect; unsigned int mMoveTime; |