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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Aug 14 21:57:22 CEST 2007


Revision: 28623
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28623&view=rev
Author:   peres001
Date:     2007-08-14 12:57:20 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
Oops oops. This fixes the bug fix.

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

Modified: scummvm/trunk/engines/parallaction/callables_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/callables_ns.cpp	2007-08-14 19:55:10 UTC (rev 28622)
+++ scummvm/trunk/engines/parallaction/callables_ns.cpp	2007-08-14 19:57:20 UTC (rev 28623)
@@ -608,7 +608,7 @@
 	// when index == 342. Code now checks for this possibility and assigns
 	// the last valid value to the new coordinates for drawing without
 	// accessing the array.
-	if (index < 342) {
+	if (index == 342) {
 		newy = oldy;
 		newx = oldx;
 	} else {


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