aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/gfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index 8fd3b1b17c..78b718d4cf 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -2714,10 +2714,10 @@ void GdiPCEngine::decodeStrip(const byte *ptr, uint16 *tiles, byte *colors, uint
* read mask indices
*/
- if (_PCE.maskIDSize == 0 || numRows > 18) {
+ if (_distaff || _PCE.maskIDSize == 0 || numRows > 18) {
return;
}
-
+
rowIndex = 0;
while (rowIndex < numRows) {
cmd = *ptr++;