aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-11-27 17:50:23 +0000
committerGregory Montoir2004-11-27 17:50:23 +0000
commit5e351b0c312a921f9e2e8090462afec5cce7dbb1 (patch)
treea296ddd9e2256768d6d36d4d793a2befd78dd751 /scumm/actor.cpp
parentb92b8e8d6aa4108663e309cef08e5bbae609f734 (diff)
downloadscummvm-rg350-5e351b0c312a921f9e2e8090462afec5cce7dbb1.tar.gz
scummvm-rg350-5e351b0c312a921f9e2e8090462afec5cce7dbb1.tar.bz2
scummvm-rg350-5e351b0c312a921f9e2e8090462afec5cce7dbb1.zip
moved all the HE wiz stuff to a separate module, with minor cleanups and simplifications
svn-id: r15921
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 9609ae41ef..6d6f953d3c 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1921,7 +1921,7 @@ void ScummEngine::postProcessAuxQueue() {
uint8 *dst2 = pvs->getBackPixels(0, pvs->topline);
switch (comp) {
case 1:
- gdi.copyAuxImage(dst1, dst2, axfd + 10, pvs->w, pvs->h, x, y, w, h, NULL);
+ _wiz.copyAuxImage(dst1, dst2, axfd + 10, pvs->w, pvs->h, x, y, w, h);
break;
default:
warning("unimplemented compression type %d", comp);