]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Hero.h
added hero status tags in party menu
[l2e.git] / src / common / Hero.h
index ca4651c947d66003583879145d4b44b4c304b9c7..b12e8f5b50c8e3ae719814d42c638f08ed057c0d 100644 (file)
@@ -72,6 +72,7 @@ public:
        const std::vector<const Spell *> &Spells() const { return spells; }
 
        graphics::Sprite *BattleSprite() { return battleSprite; }
+       const graphics::Sprite *BattleSprite() const { return battleSprite; }
        graphics::Animation *MeleeAnimation() { return meleeAnimation; }
        graphics::Animation *AttackAnimation() { return attackAnimation; }
        graphics::Animation *SpellAnimation() { return spellAnimation; }