diff options
Diffstat (limited to 'engines/sword25/gfx/animation.h')
-rw-r--r-- | engines/sword25/gfx/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animation.h b/engines/sword25/gfx/animation.h index 60070be214..44255e3b64 100644 --- a/engines/sword25/gfx/animation.h +++ b/engines/sword25/gfx/animation.h @@ -151,7 +151,7 @@ public: void setCallbacks(); protected: - virtual bool doRender(); + virtual bool doRender(RectangleList *updateRects); private: enum Direction { |