[Scummvm-cvs-logs] scummvm master -> 910e93db40c3c9fa4032324bf14bc1fb22c074f2

digitall digitall at scummvm.org
Thu Feb 16 01:58:57 CET 2012


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:
910e93db40 MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant.


Commit: 910e93db40c3c9fa4032324bf14bc1fb22c074f2
    https://github.com/scummvm/scummvm/commit/910e93db40c3c9fa4032324bf14bc1fb22c074f2
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-15T16:57:18-08:00

Commit Message:
MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant.

Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not
detected".

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 27b1192..1d2fc62 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1011,6 +1011,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// Tortoise and the Hare Hebrew variant - From georgeqgreg on bug #3441928
+	{
+		{
+			"tortoise",
+			"",
+			AD_ENTRY1("TORTB.LB", "9a7932c32bf1d6faf27fae8801ba967a"),
+			Common::HE_ISR,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0,
+	},
+
 	// From afholman in bug#3309308
 	{
 		{






More information about the Scummvm-git-logs mailing list