diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 19:56:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 19:56:40 +0300 |
commit | aa0bda1d887709c13c64308d33087ad7fc1ac0bf (patch) | |
tree | 9037d65cecce822cd4adb4c2a4f9b3e0b47b4691 /src/being/being.h | |
parent | 124c8826145c5a178b4a86051cd5dbea3ebd7689 (diff) | |
download | manaplus-aa0bda1d887709c13c64308d33087ad7fc1ac0bf.tar.gz manaplus-aa0bda1d887709c13c64308d33087ad7fc1ac0bf.tar.bz2 manaplus-aa0bda1d887709c13c64308d33087ad7fc1ac0bf.tar.xz manaplus-aa0bda1d887709c13c64308d33087ad7fc1ac0bf.zip |
Add support for gm badge.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index 1f01001c3..cd56f5626 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -961,6 +961,7 @@ class Being notfinal : public ActorSprite, BeingInfo *mInfo; AnimatedSprite *mEmotionSprite; AnimatedSprite *mAnimationEffect; + AnimatedSprite *mGmBadge; AnimatedSprite *mGuildBadge; AnimatedSprite *mPartyBadge; AnimatedSprite *mTeamBadge; |