[Scummvm-cvs-logs] scummvm master -> e670a2a65c062cc2cdb71ddb5760b75c718d9f9f

scott-t s at sthomas.id.au
Fri Jun 17 12:15:04 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e670a2a65c MOHAWK: Add detection for Zoombinis v2.0.


Commit: e670a2a65c062cc2cdb71ddb5760b75c718d9f9f
    https://github.com/scummvm/scummvm/commit/e670a2a65c062cc2cdb71ddb5760b75c718d9f9f
Author: Scott Thomas (scott_t at users.sourceforge.net)
Date: 2011-06-17T03:12:19-07:00

Commit Message:
MOHAWK: Add detection for Zoombinis v2.0.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 2cf8037..09e280b 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -447,6 +447,21 @@ static const MohawkGameDescription gameDescriptions[] = {
 	{
 		{
 			"zoombini",
+			"v2.0",
+			AD_ENTRY1("ZOOMBINI.MHK", "506b1122ffa740e2566cf0b583d24478"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_ZOOMBINI,
+		GF_HASMIDI,
+		0
+	},
+
+	{
+		{
+			"zoombini",
 			"",
 			AD_ENTRY1("ZOOMBINI.MHK", "6ae0bdf791266b1fe3d4fabbf44c3faa"),
 			Common::DE_DEU,






More information about the Scummvm-git-logs mailing list