aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/detection.cpp1
-rw-r--r--engines/mohawk/detection_tables.h30
2 files changed, 31 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index c9253e4916..74403fa36a 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -122,6 +122,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"catinthehat", "The Cat in the Hat"},
{"rugrats", "Rugrats Adventure Game"},
{"lbsampler", "Living Books Sampler"},
+ {"bearfight", "The Berenstain Bears Get in a Fight"},
{0, 0}
};
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 }
};