[Scummvm-cvs-logs] SF.net SVN: scummvm: [28958] scummvm/trunk/engines/saga/render.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Sep 19 03:43:11 CEST 2007


Revision: 28958
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28958&view=rev
Author:   thebluegr
Date:     2007-09-18 18:43:10 -0700 (Tue, 18 Sep 2007)

Log Message:
-----------
Fixed regression: The ITE intro is shown correctly again

Modified Paths:
--------------
    scummvm/trunk/engines/saga/render.cpp

Modified: scummvm/trunk/engines/saga/render.cpp
===================================================================
--- scummvm/trunk/engines/saga/render.cpp	2007-09-18 23:37:31 UTC (rev 28957)
+++ scummvm/trunk/engines/saga/render.cpp	2007-09-19 01:43:10 UTC (rev 28958)
@@ -88,7 +88,7 @@
 	if (!(_flags & (RF_DEMO_SUBST | RF_MAP) || _vm->_interface->getMode() == kPanelPlacard)) {
 		if (_vm->_interface->getFadeMode() != kFadeOut) {
 			// Display scene background
-			if (!(_flags & RF_DISABLE_ACTORS))
+			if (!(_flags & RF_DISABLE_ACTORS) || _vm->getGameType() == GType_ITE)
 				_vm->_scene->draw();
 
 			if (_vm->_puzzle->isActive()) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list