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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Sep 29 08:19:02 CEST 2007


Revision: 29128
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29128&view=rev
Author:   eriktorbjorn
Date:     2007-09-28 23:19:02 -0700 (Fri, 28 Sep 2007)

Log Message:
-----------
As far as I can tell, there's no point in setting sceneSkipTarget to true here.
There are no other scenes before it.

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

Modified: scummvm/trunk/engines/saga/ihnm_introproc.cpp
===================================================================
--- scummvm/trunk/engines/saga/ihnm_introproc.cpp	2007-09-29 05:46:57 UTC (rev 29127)
+++ scummvm/trunk/engines/saga/ihnm_introproc.cpp	2007-09-29 06:19:02 UTC (rev 29128)
@@ -80,7 +80,7 @@
 	firstScene.loadFlag = kLoadBySceneNumber;
 	firstScene.sceneDescriptor = -1;
 	firstScene.sceneDescription = NULL;
-	firstScene.sceneSkipTarget = true;
+	firstScene.sceneSkipTarget = false;
 	firstScene.sceneProc = NULL;
 	firstScene.transitionType = kTransitionFade;
 	firstScene.actorsEntrance = 0;


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