From bebf1b4e86a108dd0d7d1b9b122414640136ed5b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 19 Dec 2015 12:30:47 +0100 Subject: WAGE: Added 'A mess O'Trouble' detection --- engines/wage/detection.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 4bf8aa81ab..cd6fe2b38b 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -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", "", -- cgit v1.2.3