]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/HeroTag.h
added battle move menu
[l2e.git] / src / battle / HeroTag.h
index e0d3a5aa4ac381f9600305cb19a4caa79241f509..c60634853035bf58b76800c48e71b2e90d2f1426 100644 (file)
@@ -29,7 +29,7 @@ public:
        ~HeroTag() { }
 
 public:
-       void Render(SDL_Surface *screen, int width, int height, geometry::Point<int> position) const;
+       void Render(SDL_Surface *screen, int width, int height, geometry::Point<int> position, bool active) const;
 
 private:
        const Hero *hero;