diff options
author | D G Turner | 2011-09-23 14:01:32 +0100 |
---|---|---|
committer | D G Turner | 2011-09-23 14:01:32 +0100 |
commit | 3eeef5cc8ea007b9b40c4ceb01ce88830286201c (patch) | |
tree | 919d4bea5cc656332734c9c7f77ea56fa2eefc10 /engines | |
parent | 7109e65f895ac638454c0196f0054ee930b1c806 (diff) | |
download | scummvm-rg350-3eeef5cc8ea007b9b40c4ceb01ce88830286201c.tar.gz scummvm-rg350-3eeef5cc8ea007b9b40c4ceb01ce88830286201c.tar.bz2 scummvm-rg350-3eeef5cc8ea007b9b40c4ceb01ce88830286201c.zip |
MOHAWK: Add missing Living Book detection entry from bug #3413119.
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", |