diff options
author | Alyssa Milburn | 2011-04-24 12:01:35 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-04-24 12:01:35 +0200 |
commit | 60a21245713489caac4a288b4172af3a74174810 (patch) | |
tree | 78280219cef4f249227cbae46cda231e0dfdb1b1 /engines/mohawk | |
parent | 7a9157bb567e5fa96e55332f954b1af31bc5668e (diff) | |
download | scummvm-rg350-60a21245713489caac4a288b4172af3a74174810.tar.gz scummvm-rg350-60a21245713489caac4a288b4172af3a74174810.tar.bz2 scummvm-rg350-60a21245713489caac4a288b4172af3a74174810.zip |
MOHAWK: Add detection for Arthur's Birthday.
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index a8f9ee557b..0391252141 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1254,6 +1254,22 @@ static const MohawkGameDescription gameDescriptions[] = { 0 }, + // From zerep in bug #3287894 + { + { + "arthurbday", + "", + AD_ENTRY1("BIRTHDAY.512", "874f80ff363214d63593864e58c4a130"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, + 0, + "BIRTHDAY.EXE" + }, + { { "arthurbday", |