X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;fp=src%2Fbattle%2FHeroTag.h;h=f1408fd1882b6c5b0dfb413ba37a24702e617f7f;hb=f0f4fa6f537c383c77ab586e068e9679b8df1300;hp=c21f8570b63c5de5b2668502f3e876f9c806fd80;hpb=31988dadfaa3f1412644b0d8ecdee1e96c65e321;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index c21f857..f1408fd 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -28,10 +28,9 @@ class BattleState; class HeroTag { public: - HeroTag() : battle(0), index(0) { }; + HeroTag() : battle(0), index(0) { } HeroTag(const BattleState *battle, int heroIndex) : battle(battle), index(heroIndex) { } - ~HeroTag() { } public: const graphics::Sprite *HeroSprite() const;