aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-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);
}
}