[Scummvm-cvs-logs] SF.net SVN: scummvm: [29505] scummvm/trunk/engines/parallaction/ parallaction.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Wed Nov 14 23:31:54 CET 2007
Revision: 29505
http://scummvm.svn.sourceforge.net/scummvm/?rev=29505&view=rev
Author: peres001
Date: 2007-11-14 14:31:53 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
Removed an unclear (paranoid?) continue statement from the original engine. We are just doing a screen update more than the original this way. If this is bad, then we can go back, but for now, let the execution flow.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/parallaction.cpp
Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp 2007-11-14 22:24:26 UTC (rev 29504)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp 2007-11-14 22:31:53 UTC (rev 29505)
@@ -288,7 +288,6 @@
if (_engineFlags & kEngineChangeLocation) {
changeLocation(_location._name);
- continue;
}
runJobs();
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