diff options
author | Matthew Hoops | 2011-04-07 18:13:32 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-04-07 18:18:10 -0400 |
commit | b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4 (patch) | |
tree | ea6723423669928078f9b7efc70a3c32e1192857 | |
parent | 10454194bc8ba1bdcc02899ca3b28f8ac6f8ea97 (diff) | |
download | scummvm-rg350-b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4.tar.gz scummvm-rg350-b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4.tar.bz2 scummvm-rg350-b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4.zip |
MOHAWK: Detect CarmenTQ's Custom Question Creator
(Same LB version as the main game)
-rw-r--r-- | engines/mohawk/detection.cpp | 1 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index c31df3010d..cad24b55f1 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -121,6 +121,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"csworld", "Where in the World is Carmen Sandiego?"}, {"csamtrak", "Where in America is Carmen Sandiego? (The Great Amtrak Train Adventure)"}, {"carmentq", "Carmen Sandiego's ThinkQuick Challenge"}, + {"carmentqc", "Carmen Sandiego's ThinkQuick Challenge Custom Question Creator"}, {"maggiesfa", "Maggie's Farmyard Adventure"}, {"jamesmath", "James Discovers/Explores Math"}, {"treehouse", "The Treehouse"}, diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 27ee3401f5..ea68ac7242 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -610,6 +610,21 @@ static const MohawkGameDescription gameDescriptions[] = { { { + "carmentqc", + "", + AD_ENTRY1("Outline.txt", "6a281eefe72987afb0f8fb6cf84553f5"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV5, + 0, + 0 + }, + + { + { "maggiesfa", "", AD_ENTRY1("Outline", "b7dc6e65fa9e80784a5bb8b557aa37c4"), |