From ce9afcfab13bbbfe6ef5fe384a249a218067774a Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 19 Aug 2010 17:33:10 +0000 Subject: MOHAWK: Draw in the telescope combination in Catherine's journal svn-id: r52215 --- engines/mohawk/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mohawk/graphics.h') diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h index dd1764e6d6..5670f6d071 100644 --- a/engines/mohawk/graphics.h +++ b/engines/mohawk/graphics.h @@ -117,7 +117,7 @@ private: uint16 type; uint16 width; uint16 height; - } *entries; + } *entries; Common::File picFile; } _pictureFile; @@ -147,6 +147,7 @@ public: Common::Array _activatedPLSTs; void drawPLST(uint16 x); void drawRect(Common::Rect rect, bool active); + void drawImageRect(uint16 id, Common::Rect srcRect, Common::Rect dstRect); // Water Effect void scheduleWaterEffect(uint16); @@ -181,7 +182,6 @@ private: Graphics::Surface *_mainScreen; bool _dirtyScreen; Graphics::PixelFormat _pixelFormat; - byte findBlackIndex(); }; class LBGraphics { -- cgit v1.2.3