From d660faa2311b8fc82109da6434d8a9ca21953b7a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 14 Feb 2004 10:43:55 +0000 Subject: 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 --- scumm/gfx.cpp | 1 - 1 file changed, 1 deletion(-) 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); } } -- cgit v1.2.3