WAGE: Added 'A mess O'Trouble' detection

This commit is contained in:
Eugene Sandulenko 2015-12-19 12:30:47 +01:00
parent 057753a77a
commit bebf1b4e86

View File

@ -39,6 +39,7 @@ const char *WageEngine::getGameFile() const {
static const PlainGameDescriptor wageGames[] = {
{"afm", "Another Fine Mess"},
{"amot", "A Mess O' Trouble"},
{"cantitoe", "Camp Cantitoe"},
{"wage", "World Adventure Game Engine game"},
{0, 0}
@ -56,6 +57,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
{
"amot",
"v1.8",
AD_ENTRY1s("A Mess O' Trouble 1.8", "b3ef53afed282671b704e45df829350c", 1895552),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
GUIO0()
},
{
"cantitoe",
"",