[Scummvm-cvs-logs] CVS: scummvm/simon simon-md5.h,1.2,1.3 simon.cpp,1.441,1.442

Travis Howell kirben at users.sourceforge.net
Fri Jul 30 03:24:25 CEST 2004


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

Modified Files:
	simon-md5.h simon.cpp 
Log Message:

Add a few more.


Index: simon-md5.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon-md5.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- simon-md5.h	30 Jul 2004 09:36:42 -0000	1.2
+++ simon-md5.h	30 Jul 2004 10:23:14 -0000	1.3
@@ -1,5 +1,5 @@
 /*
-  This file was generated by the md5table tool on Thu Mar 25 11:31:33 2004
+  This file was generated by the md5table tool on Fri Jul 30 10:20:33 2004
   DO NOT EDIT MANUALLY!
  */
 
@@ -11,9 +11,12 @@
 };
 
 static const MD5Table md5table[] = {
+	{ "028c6240c9c8e190d86188238505c5e5", "simon2talkie", Common::DE_DEU, Common::kPlatformPC },
 	{ "078b04da0974a40645b92baffdf2781e", "simon2talkie", Common::EN_USA, Common::kPlatformPC },
+	{ "1e11ddbad80c408031ae44a0cbce46bb", "simon2talkie", Common::EN_USA, Common::kPlatformPC },
 	{ "27c8e7feada80c75b70b9c2f6088d519", "simon2dos", Common::EN_USA, Common::kPlatformPC },
 	{ "465eed710cc242b2de7dc77edd467c4c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
+	{ "486f026593f894f5b6b346ef3984a7a0", "simon1dos", Common::EN_USA, Common::kPlatformPC },
 	{ "48ce4ffda968cc7a38870c354571f92c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
 	{ "9d58f84988634d217c944cd4153a2a3b", "simon1talkie", Common::HB_ISR, Common::kPlatformPC },
 	{ "a3cbdd3450f9fccb0a9d8d6dc28f66fe", "simon2talkie", Common::HB_ISR, Common::kPlatformPC },

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- simon.cpp	30 Jul 2004 09:15:18 -0000	1.441
+++ simon.cpp	30 Jul 2004 10:23:14 -0000	1.442
@@ -351,7 +351,7 @@
 			File::addDefaultDirectory(_gameDataPath + "/SPANISH/");
 			break;
 		case  3:
-			File::addDefaultDirectory(_gameDataPath + "/ITALIAN/");
+			File::addDefaultDirectory(_gameDataPath + "/italian/");
 			File::addDefaultDirectory(_gameDataPath + "/ITALIAN/");
 			break;
 		case  2:





More information about the Scummvm-git-logs mailing list