aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/detection.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2011-01-31 23:10:18 +0000
committerAlyssa Milburn2011-01-31 23:10:18 +0000
commite2d3521d7daf3a7f4caa994ada46a777b800f875 (patch)
tree1af0dc0c610db153cbf802cec1f0d6fbc0c4380b /engines/mohawk/detection.cpp
parent956dc54e3d14fe7ae113ffa3d535fdc64f684616 (diff)
downloadscummvm-rg350-e2d3521d7daf3a7f4caa994ada46a777b800f875.tar.gz
scummvm-rg350-e2d3521d7daf3a7f4caa994ada46a777b800f875.tar.bz2
scummvm-rg350-e2d3521d7daf3a7f4caa994ada46a777b800f875.zip
MOHAWK: LB detection/path updates.
Mark the v2.9x games as v3, mark Rugrats as v4, add detection for CarmenTQ and add its install directory to the path. svn-id: r55698
Diffstat (limited to 'engines/mohawk/detection.cpp')
-rw-r--r--engines/mohawk/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index d9d8692047..c9253e4916 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -103,6 +103,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"cstime", "Where in Time is Carmen Sandiego?"},
{"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"},
{"maggiesfa", "Maggie's Farmyard Adventure"},
{"jamesmath", "James Discovers/Explores Math"},
{"treehouse", "The Treehouse"},
@@ -131,6 +132,7 @@ static const char *directoryGlobs[] = {
"assets1",
"data",
"program",
+ "95instal",
"Rugrats Adventure Game",
0
};
@@ -232,6 +234,8 @@ bool MohawkMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGa
case Mohawk::GType_LIVINGBOOKSV1:
case Mohawk::GType_LIVINGBOOKSV2:
case Mohawk::GType_LIVINGBOOKSV3:
+ case Mohawk::GType_LIVINGBOOKSV4:
+ case Mohawk::GType_LIVINGBOOKSV5:
*engine = new Mohawk::MohawkEngine_LivingBooks(syst, gd);
break;
case Mohawk::GType_CSTIME: