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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Aug 25 21:33:27 CEST 2007


Revision: 28732
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28732&view=rev
Author:   thebluegr
Date:     2007-08-25 12:33:25 -0700 (Sat, 25 Aug 2007)

Log Message:
-----------
Reset the protagonist's portrait when a chapter ends

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

Modified: scummvm/trunk/engines/saga/scene.cpp
===================================================================
--- scummvm/trunk/engines/saga/scene.cpp	2007-08-25 19:21:43 UTC (rev 28731)
+++ scummvm/trunk/engines/saga/scene.cpp	2007-08-25 19:33:25 UTC (rev 28732)
@@ -578,7 +578,7 @@
 			error("loadScene wrong usage");
 		}
 
-		if (loadSceneParams->chapter == 6)
+		if (loadSceneParams->chapter == 6 || loadSceneParams->chapter == 8)
 			_vm->_interface->setLeftPortrait(0);
 
 		_vm->_anim->freeCutawayList();


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