[Scummvm-cvs-logs] scummvm master -> 4ec20f857fd9d7d741233678c9574aa3f9e28eba

wjp wjp at usecode.org
Sun Jun 12 02:03:57 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4ec20f857f SCI: Add FIXME for bug #3051136


Commit: 4ec20f857fd9d7d741233678c9574aa3f9e28eba
    https://github.com/scummvm/scummvm/commit/4ec20f857fd9d7d741233678c9574aa3f9e28eba
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-06-11T17:02:06-07:00

Commit Message:
SCI: Add FIXME for bug #3051136

Changed paths:
    engines/sci/graphics/transitions.cpp



diff --git a/engines/sci/graphics/transitions.cpp b/engines/sci/graphics/transitions.cpp
index 1256db8..dba263c 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();
 	}






More information about the Scummvm-git-logs mailing list