From 5e351b0c312a921f9e2e8090462afec5cce7dbb1 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 27 Nov 2004 17:50:23 +0000 Subject: moved all the HE wiz stuff to a separate module, with minor cleanups and simplifications svn-id: r15921 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/actor.cpp') 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); -- cgit v1.2.3