X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;fp=src%2Fbattle%2FHeroTag.h;h=c60634853035bf58b76800c48e71b2e90d2f1426;hb=628b3a7276d0b330719e05504b23bafcf88f8fca;hp=e0d3a5aa4ac381f9600305cb19a4caa79241f509;hpb=010a336797f1419945bed60560cc61fb492793f4;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index e0d3a5a..c606348 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -29,7 +29,7 @@ public: ~HeroTag() { } public: - void Render(SDL_Surface *screen, int width, int height, geometry::Point position) const; + void Render(SDL_Surface *screen, int width, int height, geometry::Point position, bool active) const; private: const Hero *hero;