aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-02-03 08:47:38 +0000
committerMax Horn2004-02-03 08:47:38 +0000
commit43efc8bed0d908357c2bb0d0c626cdaba9cb35a8 (patch)
tree959fac43b3a44d8528652d70b1282fb459970573 /scumm
parent8a2496d6c5b11db615ab4d44a04b19e7dd9fef4c (diff)
downloadscummvm-rg350-43efc8bed0d908357c2bb0d0c626cdaba9cb35a8.tar.gz
scummvm-rg350-43efc8bed0d908357c2bb0d0c626cdaba9cb35a8.tar.bz2
scummvm-rg350-43efc8bed0d908357c2bb0d0c626cdaba9cb35a8.zip
Patch #889552: Possible fix for bug #884171
svn-id: r12718
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index c9c05c0e19..d1e47a6448 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -245,6 +245,7 @@ void ScummEngine::initVirtScreen(VirtScreenNumber slot, int number, int top, int
if (slot != 3) {
vs->setDirtyRange(0, height);
+ updateDirtyScreen(slot);
}
}