Revert small part, actor backgrounds were no longer reset.
svn-id: r15314
This commit is contained in:
parent
f974de7e16
commit
1aa01bf1cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue