diff options
-rw-r--r-- | scumm/gfx.cpp | 1 |
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); } } |