aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/groovie/roq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/roq.cpp b/engines/groovie/roq.cpp
index 60f64f15a8..0c20cdefaf 100644
--- a/engines/groovie/roq.cpp
+++ b/engines/groovie/roq.cpp
@@ -313,7 +313,7 @@ bool ROQPlayer::processBlockInfo(ROQBlockHeader &blockHeader) {
#ifdef DITHER
// Reset the dithering algorithm with the new width
delete _dither;
- _dither = new Graphics::SierraLight(width, _paletteLookup);
+ _dither = new Graphics::SierraLight(width * _scale, _paletteLookup);
#endif
}