diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
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", |