diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-30 14:40:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-30 14:40:15 +0300 |
commit | fadafe160a52f47d9eeca88517562964a85499c2 (patch) | |
tree | 57dd234149a5100ba1adde53ebe2794d267790e1 /src/being/being.h | |
parent | 4eeb20aae588b9c3d1c4ed4462306391e20e58fc (diff) | |
download | plus-fadafe160a52f47d9eeca88517562964a85499c2.tar.gz plus-fadafe160a52f47d9eeca88517562964a85499c2.tar.bz2 plus-fadafe160a52f47d9eeca88517562964a85499c2.tar.xz plus-fadafe160a52f47d9eeca88517562964a85499c2.zip |
Add badges for player names.
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 6850b2169..ff00d5bef 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -939,6 +939,8 @@ class Being notfinal : public ActorSprite, void showPartyBadge(const bool show); + void showNameBadge(const bool show); + void showBadges(const bool show); uint16_t getTeamId() const @@ -971,6 +973,7 @@ class Being notfinal : public ActorSprite, AnimatedSprite *mAnimationEffect; AnimatedSprite *mGmBadge; AnimatedSprite *mGuildBadge; + AnimatedSprite *mNameBadge; AnimatedSprite *mPartyBadge; AnimatedSprite *mTeamBadge; |