Revert small part, actor backgrounds were no longer reset.

svn-id: r15314
This commit is contained in:
Travis Howell 2004-09-27 23:31:17 +00:00
parent f974de7e16
commit 1aa01bf1cc

View File

@ -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)