aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-01 02:47:24 +0000
committerMatthew Hoops2011-02-01 02:47:24 +0000
commit403a33b11c797ba628a13de96fa9b72847e06d1a (patch)
tree9cff1f9149ff2ab20229fb3bc268e398e3a8036f /engines/mohawk/detection_tables.h
parent088b5f774382b6fe66fcfdeb78461d0053969a00 (diff)
downloadscummvm-rg350-403a33b11c797ba628a13de96fa9b72847e06d1a.tar.gz
scummvm-rg350-403a33b11c797ba628a13de96fa9b72847e06d1a.tar.bz2
scummvm-rg350-403a33b11c797ba628a13de96fa9b72847e06d1a.zip
MOHAWK: Add detection for The Berenstain Bears Get in a Fight
svn-id: r55701
Diffstat (limited to 'engines/mohawk/detection_tables.h')
-rw-r--r--engines/mohawk/detection_tables.h30
1 files changed, 30 insertions, 0 deletions
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 }
};