diff options
-rw-r--r-- | scumm/gfx.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index d1e47a6448..c9c05c0e19 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -245,7 +245,6 @@ void ScummEngine::initVirtScreen(VirtScreenNumber slot, int number, int top, int if (slot != 3) { vs->setDirtyRange(0, height); - updateDirtyScreen(slot); } } |