aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:57:41 +0000
committerBastien Bouclet2010-11-29 20:57:41 +0000
commit2ac1fdad321a510fdb10f01f89c32818a06488a3 (patch)
tree6f3385ded14bade7a7dc12038b8568ad837f826a /engines/mohawk/graphics.h
parent359cece3b745e668316c4b36f4aa851d17a0465d (diff)
downloadscummvm-rg350-2ac1fdad321a510fdb10f01f89c32818a06488a3.tar.gz
scummvm-rg350-2ac1fdad321a510fdb10f01f89c32818a06488a3.tar.bz2
scummvm-rg350-2ac1fdad321a510fdb10f01f89c32818a06488a3.zip
Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, and is not needed as is."
This reverts commit 291bea1858c12b8557aeb46e6f57dc701293c956. svn-id: r54624
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 75ffe12987..6942aba4f4 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -130,6 +130,7 @@ private:
Common::File picFile;
} _pictureFile;
+ Graphics::Surface *_mainScreen;
bool _dirtyScreen;
Graphics::PixelFormat _pixelFormat;
};