[Scummvm-cvs-logs] SF.net SVN: scummvm: [21945] scummvm/trunk/engines/scumm/plugin.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Apr 16 07:15:01 CEST 2006


Revision: 21945
Author:   wjpalenstijn
Date:     2006-04-16 07:14:22 -0700 (Sun, 16 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21945&view=rev

Log Message:
-----------
changed comments into real comments

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/plugin.cpp
Modified: scummvm/trunk/engines/scumm/plugin.cpp
===================================================================
--- scummvm/trunk/engines/scumm/plugin.cpp	2006-04-16 14:07:55 UTC (rev 21944)
+++ scummvm/trunk/engines/scumm/plugin.cpp	2006-04-16 14:14:22 UTC (rev 21945)
@@ -1144,7 +1144,9 @@
 				d.md5Entry = findInMD5Table(md5str);
 
 				if (d.md5Entry) {
+/*
 					TODO: Exact match found, handle this
+*/
 				}
 			}
 		}
@@ -1155,6 +1157,7 @@
 			continue;
 
 		// At this point, the MD5 sum has been computed but is not known.
+/*
 		TODO: Look at the file (like in Engine_SCUMM_detectGames) to further
 		narrow down the possibilities... For names that are unique, we don't
 		have to do much more. For non-unique names, we could at least try
@@ -1163,7 +1166,7 @@
 		
 		How to determine whether a detection filename is unique? Well the only
 		names which are *not* unique are 00.LFL and 000.LFL anyway!
-		
+*/	
 	}
 }
 


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