From d03ff6e036c3ff2818ccd9e2e27d63b56f11d18b Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 11 Jan 2011 19:23:24 +0000 Subject: MOHAWK: Allow for Riven to update specific portions of the screen svn-id: r55206 --- engines/mohawk/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/graphics.h') diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h index 7c11692af3..c664e76dcc 100644 --- a/engines/mohawk/graphics.h +++ b/engines/mohawk/graphics.h @@ -171,7 +171,7 @@ public: ~RivenGraphics(); void copyImageToScreen(uint16, uint32, uint32, uint32, uint32); - void updateScreen(); + void updateScreen(Common::Rect updateRect = Common::Rect(0, 0, 608, 392)); bool _updatesEnabled; Common::Array _activatedPLSTs; void drawPLST(uint16 x); -- cgit v1.2.3