mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
MOHAWK: Detect CarmenTQ's Custom Question Creator
(Same LB version as the main game)
This commit is contained in:
parent
10454194bc
commit
b6a4d3e391
@ -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"},
|
||||
|
@ -608,6 +608,21 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"carmentqc",
|
||||
"",
|
||||
AD_ENTRY1("Outline.txt", "6a281eefe72987afb0f8fb6cf84553f5"),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV5,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"maggiesfa",
|
||||
|
Loading…
Reference in New Issue
Block a user