From da874257a50f82150ae475c3938e3422d6fa4984 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sun, 19 Dec 2004 12:30:40 +0000 Subject: to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them svn-id: r16132 --- scumm/akos.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/akos.cpp') diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 1aadc1fdec..be1bbbb3c5 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -28,6 +28,7 @@ #include "scumm/imuse.h" #include "scumm/imuse_digi/dimuse.h" #include "scumm/sound.h" +#include "scumm/wiz_he.h" namespace Scumm { @@ -1238,7 +1239,7 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) { _draw_bottom = dst.bottom; byte *dstPtr = (byte *)_out.pixels + dst.left + dst.top * _out.pitch; - _vm->_wiz.decompressWizImage(dstPtr, _out.pitch, dst, _srcptr, src); + Wiz::decompressWizImage(dstPtr, _out.pitch, dst, _srcptr, src); return 0; } -- cgit v1.2.3