diff options
author | Alyssa Milburn | 2011-01-26 18:40:28 +0000 |
---|---|---|
committer | Alyssa Milburn | 2011-01-26 18:40:28 +0000 |
commit | b13d6026c76ff0147de44630bf5659f8d97d6ccd (patch) | |
tree | f0ed57803984fdf469b0b8dc8adde8d9111dc51f /engines/mohawk | |
parent | 190bd60505e2ca0fb3c99f995d7b618915c895ad (diff) | |
download | scummvm-rg350-b13d6026c76ff0147de44630bf5659f8d97d6ccd.tar.gz scummvm-rg350-b13d6026c76ff0147de44630bf5659f8d97d6ccd.tar.bz2 scummvm-rg350-b13d6026c76ff0147de44630bf5659f8d97d6ccd.zip |
MOHAWK: Detect "The Cat in the Hat".
svn-id: r55543
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection.cpp | 1 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index f9a9a01c43..28dd445691 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -118,6 +118,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"arthurrace", "Arthur's Reading Race"}, {"arthurbday", "Arthur's Birthday"}, {"lilmonster", "Little Monster at School"}, + {"catinthehat", "The Cat in the Hat"}, {"rugrats", "Rugrats Adventure Game"}, {0, 0} }; diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 5bac088497..bd568c33f2 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1086,6 +1086,36 @@ static const MohawkGameDescription gameDescriptions[] = { { { + "catinthehat", + "", + AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + + { + { + "catinthehat", + "", + AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + + { + { "rugrats", "", AD_ENTRY1("outline", "525be248363fe27d50d750632c1e759e"), |