aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/akos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 61af2f4f91..482b1a9899 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)