diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-05 17:31:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-05 17:55:52 +0300 |
commit | 8c8e641b2ce47daa2f824a87b27d63bfeb609098 (patch) | |
tree | 7464828be387d10ea0e9fe1f6cba225075bfed4f /src/being/being.h | |
parent | 720b445bf4eea777d1fac9bac4c23aae59062826 (diff) | |
download | plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.gz plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.bz2 plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.xz plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.zip |
Add inactive being badge.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index 656eb21fb..47a904479 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -944,6 +944,8 @@ class Being notfinal : public ActorSprite, void showShopBadge(const bool show); + void showInactiveBadge(const bool show); + void showBadges(const bool show); uint16_t getTeamId() const |