aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 2836ec7e94..99b52eac55 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1305,6 +1305,8 @@ void ScummEngine_v72he::drawWizImage(int restype, int resnum, int x1, int y1, in
++rImage.bottom;
markRectAsDirty(kMainVirtScreen, rImage);
} else {
+ --rImage.right;
+ --rImage.bottom;
gdi.copyVirtScreenBuffers(rImage);
}
}