aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h2
1 files changed, 1 insertions, 1 deletions
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<Common::Rect> _dirtyRects;
Graphics::PixelFormat _pixelFormat;
};