[Scummvm-cvs-logs] scummvm master -> 3eeef5cc8ea007b9b40c4ceb01ce88830286201c

digitall digitall at scummvm.org
Fri Sep 23 15:10:20 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:
3eeef5cc8e MOHAWK: Add missing Living Book detection entry from bug #3413119.


Commit: 3eeef5cc8ea007b9b40c4ceb01ce88830286201c
    https://github.com/scummvm/scummvm/commit/3eeef5cc8ea007b9b40c4ceb01ce88830286201c
Author: D G Turner (digitall at scummvm.org)
Date: 2011-09-23T06:01:32-07:00

Commit Message:
MOHAWK: Add missing Living Book detection entry from bug #3413119.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index a587d06..b2c15cc 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1977,6 +1977,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"FIGHT.EXE"
 	},
 
+	// The Berenstain Bears Get in a Fight (English and Spanish) Version 1.0 1995
+	// From jacecen in bug #3413119
+	{
+		{
+			"bearfight",
+			"",
+			AD_ENTRY1("FIGHT.512", "e313242a4cba2fffcd8cded5ca23c68a"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"FIGHT.EXE"
+	},
+
 	{
 		{
 			"bearfight",






More information about the Scummvm-git-logs mailing list