diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 61af2f4f917..482b1a98999 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1226,7 +1226,7 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) { src = dst; src.moveTo(0, 0); - _vm->markRectAsDirty(kMainVirtScreen, dst); + _vm->markRectAsDirty(kMainVirtScreen, dst, _actorID); // cyx: are these variables really useful ? if (_draw_top > dst.top)