X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;h=e0a95dd9bca2d062447249a1b9a88b02ae3dfd5f;hb=d97b7038c28058a76e7214e0dce0394fd8b67cff;hp=c86b0ace9dc5bfd25dec749e57765ee2b3fb54bf;hpb=0911d263c10cca314305799d5b839ee9653cac0b;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index c86b0ac..e0a95dd 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -58,7 +58,10 @@ public: /// Render the map. /// Entities are not rendered by this function. - void Render(SDL_Surface *dest, const math::Vector &offset) const; + void Render( + SDL_Surface *dest, + const math::Vector &offset, + unsigned int frame) const; /// Render a debugging overlay that includes collision and trigger /// information. void RenderDebug(SDL_Surface *dest, const math::Vector &offset) const;