aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/video.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/mohawk/video.cpp b/engines/mohawk/video.cpp
index ca38f22b7a..3f27e4a1a4 100644
--- a/engines/mohawk/video.cpp
+++ b/engines/mohawk/video.cpp
@@ -572,10 +572,6 @@ void VideoManager::checkEnableDither(VideoEntry &entry) {
if (!_enableDither)
return;
- // Ignore any video which is already 8bpp
- if (entry->getPixelFormat().bytesPerPixel == 1)
- return;
-
// Set the palette
byte palette[256 * 3];
g_system->getPaletteManager()->grabPalette(palette, 0, 256);