diff options
-rw-r--r-- | scumm/akos.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index f625f86e8a..f96436bfcc 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -337,6 +337,7 @@ void AkosRenderer::setCostume(int costume, int shadow) { codec = READ_LE_UINT16(&akhd->codec); akct = _vm->findResourceData(MKID('AKCT'), akos); + xmap = 0; if (shadow) { const uint8 *xmapPtr = _vm->getResourceAddress(rtImage, shadow); assert(xmapPtr); |