From 3eeef5cc8ea007b9b40c4ceb01ce88830286201c Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 23 Sep 2011 14:01:32 +0100 Subject: MOHAWK: Add missing Living Book detection entry from bug #3413119. --- engines/mohawk/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index a587d06760..b2c15cc4ed 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", -- cgit v1.2.3