aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-02-14 10:43:55 +0000
committerTorbjörn Andersson2004-02-14 10:43:55 +0000
commitd660faa2311b8fc82109da6434d8a9ca21953b7a (patch)
treef997df3b7b04d72900a5cd01c882fc46ea9b1011
parent7d9105b7ba6d5eb37149b07659ff596c715b612a (diff)
downloadscummvm-rg350-d660faa2311b8fc82109da6434d8a9ca21953b7a.tar.gz
scummvm-rg350-d660faa2311b8fc82109da6434d8a9ca21953b7a.tar.bz2
scummvm-rg350-d660faa2311b8fc82109da6434d8a9ca21953b7a.zip
Reverted patch #889552. Kirben confirmed it was wrong for DOTT, and it was
causing regressions in FOA. See bug #884171 and #893500 for details. svn-id: r12872
-rw-r--r--scumm/gfx.cpp1
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);
}
}