[Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.145,1.146

Eugene Sandulenko sev at users.sourceforge.net
Sat Sep 3 03:36:02 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1741

Modified Files:
	scene.cpp 
Log Message:
Fix bug #1281055 "ITE: Graphical glitch when pressing escape at company logo"


Index: scene.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.cpp,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- scene.cpp	2 Sep 2005 20:52:14 -0000	1.145
+++ scene.cpp	3 Sep 2005 10:35:34 -0000	1.146
@@ -1190,7 +1190,7 @@
 
 	// Copy current screen to render buffer so inset rooms will get proper background
 	backGroundSurface = _vm->_render->getBackGroundSurface();
-	if (!(_sceneDescription.flags & kSceneFlagISO)) {
+	if (!(_sceneDescription.flags & kSceneFlagISO) && !_vm->_scene->isInIntro()) {
 		BGInfo bgInfo;
 
 		_vm->_scene->getBGInfo(bgInfo);





More information about the Scummvm-git-logs mailing list