aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-19 12:30:47 +0100
committerEugene Sandulenko2015-12-27 15:40:55 +0100
commitbebf1b4e86a108dd0d7d1b9b122414640136ed5b (patch)
treee9479241908e11272512b016be8a10fe9b4d681b /engines
parent057753a77ab3fd0346725ca45fe122858008d9c8 (diff)
downloadscummvm-rg350-bebf1b4e86a108dd0d7d1b9b122414640136ed5b.tar.gz
scummvm-rg350-bebf1b4e86a108dd0d7d1b9b122414640136ed5b.tar.bz2
scummvm-rg350-bebf1b4e86a108dd0d7d1b9b122414640136ed5b.zip
WAGE: Added 'A mess O'Trouble' detection
Diffstat (limited to 'engines')
-rw-r--r--engines/wage/detection.cpp10
1 files changed, 10 insertions, 0 deletions
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}
@@ -57,6 +58,15 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
{
+ "amot",
+ "v1.8",
+ AD_ENTRY1s("A Mess O' Trouble 1.8", "b3ef53afed282671b704e45df829350c", 1895552),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ {
"cantitoe",
"",
AD_ENTRY1s("Camp Cantitoe", "098aa5c11c58e1ef274a30a9e01b4755", 621440),