From 403a33b11c797ba628a13de96fa9b72847e06d1a Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 1 Feb 2011 02:47:24 +0000 Subject: MOHAWK: Add detection for The Berenstain Bears Get in a Fight svn-id: r55701 --- engines/mohawk/detection_tables.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'engines/mohawk/detection_tables.h') diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 014d951d64..27bd47d3ef 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1174,6 +1174,36 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + { + { + "bearfight", + "", + AD_ENTRY1("FIGHT.512", "f6e6c77a216c400a69388c94a11766d2"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, + 0, + "FIGHT.EXE" + }, + + { + { + "bearfight", + "", + AD_ENTRY1("BookOutline", "a1c395a5234f88613d4110ca36df4808"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, + 0, + "Bears Get in a Fight" + }, + { AD_TABLE_END_MARKER, 0, 0, 0 } }; -- cgit v1.2.3