aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-05 14:05:23 +0000
committerTravis Howell2004-10-05 14:05:23 +0000
commit96c493d94bb2bb63fb0e2d5b8a21f19e960a77e2 (patch)
treeadb3e1c6fc22b15e695910de4a608670e1dbc70d /scumm/akos.cpp
parent29e0bbb13fe8e2547b560f211540c0a97e2c921b (diff)
downloadscummvm-rg350-96c493d94bb2bb63fb0e2d5b8a21f19e960a77e2.tar.gz
scummvm-rg350-96c493d94bb2bb63fb0e2d5b8a21f19e960a77e2.tar.bz2
scummvm-rg350-96c493d94bb2bb63fb0e2d5b8a21f19e960a77e2.zip
Missed spot
svn-id: r15420
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index ee416227da..b03a3d710b 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1240,6 +1240,8 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) {
byte *dstPtr = _outptr + dst.left + dst.top * _outwidth;
+ for (int i = 0; i < 256; i++)
+ _vm->gdi._wizImagePalette[i] = i;
_vm->gdi.decompressWizImage(dstPtr, _outwidth, dst, _srcptr, src);
return 0;
}