From 1aa01bf1cc3d52307f3058b00c5c641d8e7344a5 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 27 Sep 2004 23:31:17 +0000 Subject: Revert small part, actor backgrounds were no longer reset. svn-id: r15314 --- scumm/akos.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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) -- cgit v1.2.3