From f7fcec1ce283ab5536358334193244f6b4d9a3ee Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 31 Oct 2009 13:15:49 +0000 Subject: The verb images for distaff have no mask data, in PCE version of Loom. svn-id: r45559 --- engines/scumm/gfx.cpp | 4 ++-- 1 file 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++; -- cgit v1.2.3