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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Nov 6 21:49:50 CET 2007


Revision: 29439
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29439&view=rev
Author:   peres001
Date:     2007-11-06 12:49:50 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
Fixed regression: loading from the start screens was messing up game flags.

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

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-11-06 20:42:19 UTC (rev 29438)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-11-06 20:49:50 UTC (rev 29439)
@@ -301,7 +301,6 @@
 		}
 
 		if (_engineFlags & kEngineChangeLocation) {
-			_engineFlags &= ~kEngineChangeLocation;
 			changeLocation(_location._name);
 			continue;
 		}

Modified: scummvm/trunk/engines/parallaction/parallaction_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2007-11-06 20:42:19 UTC (rev 29438)
+++ scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2007-11-06 20:49:50 UTC (rev 29439)
@@ -404,6 +404,8 @@
 
 	debugC(1, kDebugExec, "changeLocation() done");
 
+	_engineFlags &= ~kEngineChangeLocation;
+
 	return;
 
 }


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