[Scummvm-cvs-logs] scummvm master -> b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4

clone2727 clone2727 at gmail.com
Fri Apr 8 00:19:45 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b6a4d3e391 MOHAWK: Detect CarmenTQ's Custom Question Creator


Commit: b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4
    https://github.com/scummvm/scummvm/commit/b6a4d3e3918e0db611e5075ac6b080e1ceb1d9d4
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-04-07T15:18:10-07:00

Commit Message:
MOHAWK: Detect CarmenTQ's Custom Question Creator

(Same LB version as the main game)

Changed paths:
    engines/mohawk/detection.cpp
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index c31df30..cad24b5 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 27ee340..ea68ac7 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"),






More information about the Scummvm-git-logs mailing list