From 0211c0b27cff86506ae8e1125693abf204305d5f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 15 Jun 2016 07:33:52 +0200 Subject: SCUMM HE: Plugged Moonbase distortion in --- engines/scumm/he/wiz_he.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm/he/wiz_he.cpp') diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp index e55c3cbb72..b152b40103 100644 --- a/engines/scumm/he/wiz_he.cpp +++ b/engines/scumm/he/wiz_he.cpp @@ -1817,6 +1817,7 @@ void Wiz::copy555WizImage(uint8 *dst, uint8 *wizd, int dstPitch, int dstType, ((ScummEngine_v100he *)_vm)->_moonbase->blitT14WizImage(dst, dstw, dsth, dstPitch, clipBox, wizd, srcx, srcy, rawROP, paramROP); } else if (compID == 0x12340802) { warning("Distortion codec"); + ((ScummEngine_v100he *)_vm)->_moonbase->blitDistortion(dst, dstw, dsth, dstPitch, clipBox, wizd, srcx, srcy, 0); } else if (compID == 0x12340902) { error("Unsupported Distortion"); } -- cgit v1.2.3