aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-01 22:41:04 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commitee70244fbfb981fc16c77b10bab6546cf5e5cb0d (patch)
treec8c735c87f5c6168c95e24de3e266d20b166c04e /engines/mohawk/riven_graphics.h
parent2a444d35e8e31d670e18ce8e9186f7370db1e5e9 (diff)
downloadscummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.tar.gz
scummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.tar.bz2
scummvm-rg350-ee70244fbfb981fc16c77b10bab6546cf5e5cb0d.zip
MOHAWK: Check the Garden island external commands against the original
Diffstat (limited to 'engines/mohawk/riven_graphics.h')
-rw-r--r--engines/mohawk/riven_graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_graphics.h b/engines/mohawk/riven_graphics.h
index 6b63a869ba..12dcfba826 100644
--- a/engines/mohawk/riven_graphics.h
+++ b/engines/mohawk/riven_graphics.h
@@ -62,7 +62,6 @@ public:
void enableCardUpdateScript(bool enable);
void copyImageToScreen(uint16 image, uint32 left, uint32 top, uint32 right, uint32 bottom);
- void updateScreen(const Common::Rect &updateRect = Common::Rect(0, 0, 608, 392));
void drawRect(const Common::Rect &rect, bool active);
void drawImageRect(uint16 id, const Common::Rect &srcRect, const Common::Rect &dstRect);
void drawExtrasImage(uint16 id, const Common::Rect &dstRect);
@@ -139,6 +138,7 @@ private:
bool _dirtyScreen;
Graphics::PixelFormat _pixelFormat;
+ void updateScreen(const Common::Rect &updateRect = Common::Rect(0, 0, 608, 392));
void clearMainScreen();
// Credits