diff options
author | Willem Jan Palenstijn | 2011-06-12 02:02:06 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-06-12 02:02:06 +0200 |
commit | 4ec20f857fd9d7d741233678c9574aa3f9e28eba (patch) | |
tree | 4defec2998581934529203ebb9681bafc1641c30 /engines | |
parent | 4296ac6d15e163b0c6b4fff5665e7add444ba310 (diff) | |
download | scummvm-rg350-4ec20f857fd9d7d741233678c9574aa3f9e28eba.tar.gz scummvm-rg350-4ec20f857fd9d7d741233678c9574aa3f9e28eba.tar.bz2 scummvm-rg350-4ec20f857fd9d7d741233678c9574aa3f9e28eba.zip |
SCI: Add FIXME for bug #3051136
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/graphics/transitions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/transitions.cpp b/engines/sci/graphics/transitions.cpp index 1256db8969..dba263c9bf 100644 --- a/engines/sci/graphics/transitions.cpp +++ b/engines/sci/graphics/transitions.cpp @@ -193,6 +193,8 @@ void GfxTransitions::doit(Common::Rect picRect) { // 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(); } |