aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-06-15 07:33:52 +0200
committerEugene Sandulenko2016-06-15 07:33:52 +0200
commit0211c0b27cff86506ae8e1125693abf204305d5f (patch)
tree1e9b7412dbbe6efc61c5bbd3e6142537232c2257 /engines/scumm/he/wiz_he.cpp
parent2b8140136836a9620714a25bce597909849fe2a6 (diff)
downloadscummvm-rg350-0211c0b27cff86506ae8e1125693abf204305d5f.tar.gz
scummvm-rg350-0211c0b27cff86506ae8e1125693abf204305d5f.tar.bz2
scummvm-rg350-0211c0b27cff86506ae8e1125693abf204305d5f.zip
SCUMM HE: Plugged Moonbase distortion in
Diffstat (limited to 'engines/scumm/he/wiz_he.cpp')
-rw-r--r--engines/scumm/he/wiz_he.cpp1
1 files changed, 1 insertions, 0 deletions
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");
}