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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Aug 12 14:51:10 CEST 2007


Revision: 28557
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28557&view=rev
Author:   Kirben
Date:     2007-08-12 05:51:10 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Fix BRA regressions.

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

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2007-08-12 12:44:26 UTC (rev 28556)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2007-08-12 12:51:10 UTC (rev 28557)
@@ -91,12 +91,11 @@
 }
 
 int Parallaction_br::go() {
-/*
 	splash("dyna");
 	splash("core");
-*/
+
 	// TODO: load progress value from special save game
-	_progress = 0;
+	_progress = 3;
 
 	// TODO: game loop :P
 


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