[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.417,1.418

Travis Howell kirben at users.sourceforge.net
Sun Feb 1 23:56:05 CET 2004


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

Modified Files:
	simon.cpp 
Log Message:

Remove md5 checksum, too many conflicting checksums.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -d -r1.417 -r1.418
--- simon.cpp	30 Jan 2004 03:26:45 -0000	1.417
+++ simon.cpp	2 Feb 2004 07:53:55 -0000	1.418
@@ -28,7 +28,6 @@
 
 #include "common/config-manager.h"
 #include "common/file.h"
-#include "common/md5.h"
 
 #include "gui/about.h"
 #include "gui/message.h"
@@ -523,19 +522,6 @@
 	memcpy (_hebrew_char_widths,
 		"\x5\x5\x4\x6\x5\x3\x4\x5\x6\x3\x5\x5\x4\x6\x5\x3\x4\x6\x5\x6\x6\x6\x5\x5\x5\x6\x5\x6\x6\x6\x6\x6", 32);
 
-	char buf[50];
-	uint8 md5sum[16];
-
-	if (_game & GF_OLD_BUNDLE) 
-		sprintf(buf, gss->gamepc_filename);
-	else
-		sprintf(buf, gss->gme_filename);
-	if (md5_file(buf, md5sum)) {
-	  	for (int j = 0; j < 16; j++)
-			printf("%02x", md5sum[j]);
-			printf("  %s\n", buf);
-	}
-
 	// Setup mixer
 	if (!_mixer->isReady())
 		warning("Sound initialization failed. "





More information about the Scummvm-git-logs mailing list