aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-30 14:54:23 +0000
committerTravis Howell2005-03-30 14:54:23 +0000
commitb5eb59dff1c94dead763bb45e27e94cc829d6f4d (patch)
tree6ca9849a0a010849677cf3c30432095e26decbd0 /scumm/akos.cpp
parent644bced723ad9820fa26e7469391e62ae25dae5c (diff)
downloadscummvm-rg350-b5eb59dff1c94dead763bb45e27e94cc829d6f4d.tar.gz
scummvm-rg350-b5eb59dff1c94dead763bb45e27e94cc829d6f4d.tar.bz2
scummvm-rg350-b5eb59dff1c94dead763bb45e27e94cc829d6f4d.zip
Ooops
svn-id: r17296
Diffstat (limited to 'scumm/akos.cpp')
-rw-r--r--scumm/akos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index dc33dec3b4..18145d8580 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1249,7 +1249,7 @@ byte AkosRenderer::codec32(int xmoveCur, int ymoveCur) {
dst.bottom -= diff;
}
- _vm->markRectAsDirty(kMainVirtScreen, dst);
+ markRectAsDirty(dst);
if (_draw_top > dst.top)
_draw_top = dst.top;