aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection_tables.h
diff options
context:
space:
mode:
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 }
};