]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/SmallHeroTag.h
use correct headline in SelectIkari
[l2e.git] / src / battle / SmallHeroTag.h
index acd2d3158a13f83d80c995dfa08d0a57e769e5aa..c17d540c0609d98dc0d793113cc043ec0c6ddede 100644 (file)
@@ -29,7 +29,7 @@ public:
        SmallHeroTag(const BattleState *battle, int heroIndex)
        : battle(battle), index(heroIndex) { }
 
-       void Render(SDL_Surface *screen, int width, int height, geometry::Vector<int> position) const;
+       void Render(SDL_Surface *screen, int width, int height, const geometry::Vector<int> &position) const;
 
 private:
        const BattleState *battle;