[Scummvm-cvs-logs] SF.net SVN: scummvm:[53702] scummvm/trunk/engines/parallaction/ parallaction_br.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Oct 22 16:21:26 CEST 2010


Revision: 53702
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53702&view=rev
Author:   peres001
Date:     2010-10-22 14:21:26 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
Update BRA demo startup code to use the part/location handling code from r50042. Patch #3089932 by fuzzie.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction_br.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2010-10-22 14:19:37 UTC (rev 53701)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2010-10-22 14:21:26 UTC (rev 53702)
@@ -154,7 +154,8 @@
 	while (!shouldQuit()) {
 
 		if (getFeatures() & GF_DEMO) {
-			scheduleLocationSwitch("camalb.1");
+			scheduleLocationSwitch("camalb");
+			_nextPart = 1;
 			_input->_inputMode = Input::kInputModeGame;
 		} else {
 			startGui(splash);


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