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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Tue Feb 24 16:21:53 CET 2009


Revision: 38841
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38841&view=rev
Author:   peres001
Date:     2009-02-24 15:21:53 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
Fixed shadowed name.

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

Modified: scummvm/trunk/engines/parallaction/walk.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/walk.cpp	2009-02-24 15:14:15 UTC (rev 38840)
+++ scummvm/trunk/engines/parallaction/walk.cpp	2009-02-24 15:21:53 UTC (rev 38841)
@@ -644,9 +644,9 @@
 	}
 
 	if (s._fieldC || !s._walkPath.empty()) {
-		Common::Point p;
-		s._a->getFoot(p);
-		checkTrap(p);
+		Common::Point p2;
+		s._a->getFoot(p2);
+		checkTrap(p2);
 		debugC(3, kDebugWalk, "PathWalker_BR::doWalk, case 1");
 		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