X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=5bdcf0121fdffeeedcc8d1a47b36081d6f493b29;hb=0b11a24a8b08c49d6e4301573602fb6d01e7a8c8;hp=68f376b42ee120689e83e895a5e22db36b59ebd5;hpb=4309d259becd96ead792678257e910c03a6b4a3d;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 68f376b..5bdcf01 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -40,7 +40,11 @@ public: /// Get the default battle background for this area. SDL_Surface *BattleBackground() { return battlebg; } - void Render(SDL_Surface *dest, const graphics::Sprite *tileset, const math::Vector &offset) const; + void Render( + SDL_Surface *dest, + const graphics::Sprite *tileset, + const math::Vector &offset, + unsigned int frame) const; void RenderDebug(SDL_Surface *dest, const graphics::Sprite *tileset, const math::Vector &offset) const; static void CreateTypeDescription();