diff options
Diffstat (limited to 'engines/sword25/gfx/image/swimage.cpp')
-rw-r--r-- | engines/sword25/gfx/image/swimage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword25/gfx/image/swimage.cpp b/engines/sword25/gfx/image/swimage.cpp index 0b9cc11df2..7e4c3143f5 100644 --- a/engines/sword25/gfx/image/swimage.cpp +++ b/engines/sword25/gfx/image/swimage.cpp @@ -79,7 +79,8 @@ bool SWImage::blit(int posX, int posY, int flipping, Common::Rect *pPartRect, uint color, - int width, int height) { + int width, int height, + RectangleList *updateRects) { error("Blit() is not supported."); return false; } |