diff options
author | Travis Howell | 2004-09-27 23:31:17 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-27 23:31:17 +0000 |
commit | 1aa01bf1cc3d52307f3058b00c5c641d8e7344a5 (patch) | |
tree | 3b1807eb1dbc488b481fc43bc09eae6ef69f4190 /scumm | |
parent | f974de7e166af55dfa728ef0f917c504d51a4e6e (diff) | |
download | scummvm-rg350-1aa01bf1cc3d52307f3058b00c5c641d8e7344a5.tar.gz scummvm-rg350-1aa01bf1cc3d52307f3058b00c5c641d8e7344a5.tar.bz2 scummvm-rg350-1aa01bf1cc3d52307f3058b00c5c641d8e7344a5.zip |
Revert small part, actor backgrounds were no longer reset.
svn-id: r15314
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/akos.cpp | 2 |
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) |