[Scummvm-cvs-logs] SF.net SVN: scummvm:[51070] scummvm/trunk/engines/sci/detection_tables.h

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jul 20 20:18:36 CEST 2010


Revision: 51070
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51070&view=rev
Author:   m_kiewitz
Date:     2010-07-20 18:18:36 +0000 (Tue, 20 Jul 2010)

Log Message:
-----------
SCI: adding multilingual mixed up mother goose

sci32

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection_tables.h

Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h	2010-07-20 18:00:45 UTC (rev 51069)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-07-20 18:18:36 UTC (rev 51070)
@@ -1869,6 +1869,14 @@
 		{"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768},
 		{NULL, 0, NULL, 0}},
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE	},
+
+	// Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (English/French/German/Spanish)
+	// Executable scanning reports "2.100.002"
+	{"mothergoose", "", {
+		{"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969},
+		{"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800},
+		{NULL, 0, NULL, 0}},
+		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE	},
 #endif // ENABLE_SCI32
 
 	// Ms. Astro Chicken - English DOS


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