[Scummvm-cvs-logs] SF.net SVN: scummvm:[54750] scummvm/branches/branch-1-2-0/engines/ parallaction/parallaction_br.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Fri Dec 3 12:36:51 CET 2010


Revision: 54750
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54750&view=rev
Author:   drmccoy
Date:     2010-12-03 11:36:51 +0000 (Fri, 03 Dec 2010)

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

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/engines/parallaction/parallaction_br.cpp

Modified: scummvm/branches/branch-1-2-0/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/parallaction/parallaction_br.cpp	2010-12-03 11:36:36 UTC (rev 54749)
+++ scummvm/branches/branch-1-2-0/engines/parallaction/parallaction_br.cpp	2010-12-03 11:36:51 UTC (rev 54750)
@@ -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