diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-27 14:58:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-27 14:58:06 +0300 |
commit | 144204fd38ea7388d9ca97922862844636052bfc (patch) | |
tree | b30a4e6f5369a7ebc9bda465ec472956599ce9fc /src/being/being.h | |
parent | c5092e2ce5cd6edecde4339d4d2436d4585b60a6 (diff) | |
download | plus-144204fd38ea7388d9ca97922862844636052bfc.tar.gz plus-144204fd38ea7388d9ca97922862844636052bfc.tar.bz2 plus-144204fd38ea7388d9ca97922862844636052bfc.tar.xz plus-144204fd38ea7388d9ca97922862844636052bfc.zip |
Add option to show/hide badges. By default badges visible.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index a32a11487..e73789434 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -932,6 +932,8 @@ class Being notfinal : public ActorSprite, void setTeamId(const uint16_t teamId); + void showBadges(const bool show); + uint16_t getTeamId() const { return mTeamId; } @@ -1101,6 +1103,7 @@ class Being notfinal : public ActorSprite, static bool mHideErased; static Move mMoveNames; static bool mUseDiagonal; + static bool mShowBadges; static int mAwayEffect; unsigned int mMoveTime; |