aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/graphics/transitions.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/graphics/transitions.cpp b/engines/sci/graphics/transitions.cpp
index dba263c9bf..d047eb10a1 100644
--- a/engines/sci/graphics/transitions.cpp
+++ b/engines/sci/graphics/transitions.cpp
@@ -189,16 +189,6 @@ void GfxTransitions::doit(Common::Rect picRect) {
// Now we do the actual transition to the new screen
doTransition(_number, false);
- if (picRect.bottom != _screen->getHeight()) {
- // TODO: this is a workaround for lsl6 not showing menubar when playing
- // There is some new code in the sierra sci in ShowPic that seems to do
- // something similar to this
- // FIXME: Having this code here also causes bug #3051136 in
- // the SCI1.1 version of Mother Goose.
- _screen->copyToScreen();
- g_system->updateScreen();
- }
-
_screen->_picNotValid = 0;
}