[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.520.2.4,1.520.2.5

kirben kirben at users.sourceforge.net
Tue Nov 22 15:55:03 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11078/simon

Modified Files:
      Tag: branch-0-8-0
	simon.cpp 
Log Message:

Remove, since it could trigger original versions.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.520.2.4
retrieving revision 1.520.2.5
diff -u -d -r1.520.2.4 -r1.520.2.5
--- simon.cpp	18 Nov 2005 23:49:43 -0000	1.520.2.4
+++ simon.cpp	22 Nov 2005 23:54:06 -0000	1.520.2.5
@@ -278,12 +278,6 @@
 };
 #endif
 
-static const char* bad_versions[3] = {
-	"465eed710cc242b2de7dc77edd467c4c", // simon1dos (English)
-	"bed9134804d96f72afa152b8ec5628c3", // simon1dos (French)
-	"27c8e7feada80c75b70b9c2f6088d519", // simon2dos (English)
-};
-
 SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
 	: Engine(syst), midi(syst) {
 	int j =0;
@@ -345,11 +339,6 @@
 				sprintf(md5str + j*2, "%02x", (int)md5sum[j]);
 			}
 
-			for (j = 0; j < 3; j++) {
-				if (!strcmp(md5str, bad_versions[j]))
-					error("Cracked versions aren't supported");
-			}
-
 			printf("%s  %s\n", md5str, buf);
 			const MD5Table *elem;
 			elem = (const MD5Table *)bsearch(md5str, md5table, ARRAYSIZE(md5table)-1, sizeof(MD5Table), compareMD5Table);





More information about the Scummvm-git-logs mailing list