diff options
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r-- | engines/mohawk/video.h | 4 |
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 |