[Scummvm-cvs-logs] SF.net SVN: scummvm: [21864] scummvm/trunk/engines/simon/items.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Apr 13 18:27:02 CEST 2006


Revision: 21864
Author:   kirben
Date:     2006-04-13 18:26:00 -0700 (Thu, 13 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21864&view=rev

Log Message:
-----------
Remove duplicate check in checkPaths

Modified Paths:
--------------
    scummvm/trunk/engines/simon/items.cpp
Modified: scummvm/trunk/engines/simon/items.cpp
===================================================================
--- scummvm/trunk/engines/simon/items.cpp	2006-04-14 01:14:38 UTC (rev 21863)
+++ scummvm/trunk/engines/simon/items.cpp	2006-04-14 01:26:00 UTC (rev 21864)
@@ -1874,7 +1874,6 @@
 	while (count) {
 		val = pathVal1[2];
 		if (val == _variableArray2[50] ||
-			val == _variableArray2[50] ||
 			val == _variableArray2[51] ||
 			val == _variableArray2[201] ||
 			val == _variableArray2[203] ||


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