mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
SCI: Add FIXME for bug #3051136
This commit is contained in:
parent
4296ac6d15
commit
4ec20f857f
@ -193,6 +193,8 @@ void GfxTransitions::doit(Common::Rect picRect) {
|
|||||||
// TODO: this is a workaround for lsl6 not showing menubar when playing
|
// 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
|
// There is some new code in the sierra sci in ShowPic that seems to do
|
||||||
// something similar to this
|
// something similar to this
|
||||||
|
// FIXME: Having this code here also causes bug #3051136 in
|
||||||
|
// the SCI1.1 version of Mother Goose.
|
||||||
_screen->copyToScreen();
|
_screen->copyToScreen();
|
||||||
g_system->updateScreen();
|
g_system->updateScreen();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user