From a9617cbe2888be357d6dbee9899f34827d159b26 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 29 Nov 2010 20:57:54 +0000 Subject: MOHAWK: Added dirty rects support for Myst svn-id: r54625 --- 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 6942aba4f4..ec5c01af75 100644 --- a/engines/mohawk/graphics.h +++ b/engines/mohawk/graphics.h @@ -131,7 +131,7 @@ private: } _pictureFile; Graphics::Surface *_mainScreen; - bool _dirtyScreen; + Common::Array _dirtyRects; Graphics::PixelFormat _pixelFormat; }; -- cgit v1.2.3