aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMartin Kiewitz2009-10-11 08:15:25 +0000
committerMartin Kiewitz2009-10-11 08:15:25 +0000
commit67c7d49729da0aecc8d308d731e8323110afd1c5 (patch)
treeef16ff8cb43d61d10c725cc25fd0cc67080fb16f /engines/sci
parent76ea099d234820a5e26efb8aad15305c670a9eac (diff)
downloadscummvm-rg350-67c7d49729da0aecc8d308d731e8323110afd1c5.tar.gz
scummvm-rg350-67c7d49729da0aecc8d308d731e8323110afd1c5.tar.bz2
scummvm-rg350-67c7d49729da0aecc8d308d731e8323110afd1c5.zip
SCI/newgui: offTop changed, fixes window corruption (qfg3 and more)
svn-id: r44896
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/gui/gui_windowmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_windowmgr.cpp b/engines/sci/gui/gui_windowmgr.cpp
index e9c15b3c5c..249b876498 100644
--- a/engines/sci/gui/gui_windowmgr.cpp
+++ b/engines/sci/gui/gui_windowmgr.cpp
@@ -51,7 +51,7 @@ SciGuiWindowMgr::SciGuiWindowMgr(EngineState *state, SciGuiScreen *screen, SciGu
_windowsById[0] = 0;
_windowsById[1] = _wmgrPort;
- int16 offTop = 20;
+ int16 offTop = 10;
_gfx->OpenPort(_wmgrPort);
_gfx->SetPort(_wmgrPort);