From 7af451f84fa2122aa7df7f09385fac3bc298b250 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 12 May 2016 00:33:14 +0200 Subject: SCUMM HE: Fix errorneous clearing of the condition bits --- engines/scumm/he/wiz_he.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp index 361c53f758..132074760a 100644 --- a/engines/scumm/he/wiz_he.cpp +++ b/engines/scumm/he/wiz_he.cpp @@ -1763,8 +1763,6 @@ void Wiz::copyCompositeWizImage(uint8 *dst, uint8 *wizPtr, uint8 *compositeInfoB if (layerCmdDataBits & kWCFSubConditionBits) { subConditionBits = READ_LE_UINT32(cmdPtr); cmdPtr += 4; - } else { - subConditionBits = 0; } drawWizImageEx(dst, nestedWizHeader, maskPtr, dstPitch, dstType, dstw, dsth, srcx + xPos, srcy + yPos, srcw, srch, -- cgit v1.2.3