From b13d6026c76ff0147de44630bf5659f8d97d6ccd Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Wed, 26 Jan 2011 18:40:28 +0000 Subject: MOHAWK: Detect "The Cat in the Hat". svn-id: r55543 --- engines/mohawk/detection.cpp | 1 + engines/mohawk/detection_tables.h | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) (limited to 'engines') 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 @@ -1084,6 +1084,36 @@ static const MohawkGameDescription gameDescriptions[] = { "Little Monster at School" }, + { + { + "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", -- cgit v1.2.3