aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorMatthew Hoops2013-08-22 20:37:16 -0400
committerMatthew Hoops2015-04-11 14:37:17 -0400
commita5992a08a02d86e33eb9c30dc8c6dd6fcb0bdf77 (patch)
treeab9e169d98fd25a2ac502ce17e42f091d3d8b24c /engines/mohawk/video.h
parent94b317b0cd979bd924da14d8e3925c6c324692e6 (diff)
downloadscummvm-rg350-a5992a08a02d86e33eb9c30dc8c6dd6fcb0bdf77.tar.gz
scummvm-rg350-a5992a08a02d86e33eb9c30dc8c6dd6fcb0bdf77.tar.bz2
scummvm-rg350-a5992a08a02d86e33eb9c30dc8c6dd6fcb0bdf77.zip
MOHAWK: Run Myst in 8bpp
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index 43181e3e6c..deb09afe6b 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -124,6 +124,10 @@ private:
VideoHandle createVideoHandle(uint16 id, uint16 x, uint16 y, bool loop, uint16 volume = 0xff);
VideoHandle createVideoHandle(const Common::String &filename, uint16 x, uint16 y, bool loop, byte volume = 0xff);
+
+ // Dithering control
+ bool _enableDither;
+ void checkEnableDither(VideoEntry &entry);
};
} // End of namespace Mohawk