X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;fp=src%2Fbattle%2FHeroTag.h;h=8750081148cb8c94b58c845d411cf6cfd462947a;hb=d20fa78a0dcbc95a69bb6077d2081d42b74a2d1a;hp=43dc66112a4da947404105d9a65fd6bd7a649452;hpb=0542849dfccfec1ce1477265fa0fee2401a8fb23;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index 43dc661..8750081 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -35,7 +35,7 @@ public: const graphics::Sprite *HeroSprite() const; geometry::Vector HeroOffset() const; - void Render(SDL_Surface *screen, int width, int height, geometry::Vector position, bool active) const; + void Render(SDL_Surface *screen, int width, int height, const geometry::Vector &position, bool active) const; private: const BattleState *battle;