aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-06 00:41:02 +0100
committerEugene Sandulenko2016-01-06 00:41:02 +0100
commit5d715e178aa3b8bb4db4d20931712b1c0e4af6ff (patch)
tree1358ea673109719e91139219509f56f32bbca173
parent57372c7375b992cd03666b638626a52af5b0aa34 (diff)
downloadscummvm-rg350-5d715e178aa3b8bb4db4d20931712b1c0e4af6ff.tar.gz
scummvm-rg350-5d715e178aa3b8bb4db4d20931712b1c0e4af6ff.tar.bz2
scummvm-rg350-5d715e178aa3b8bb4db4d20931712b1c0e4af6ff.zip
WAGE: Added detection for "Escape from School!"
-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 cd6fe2b38b..6db0645858 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -41,6 +41,7 @@ static const PlainGameDescriptor wageGames[] = {
{"afm", "Another Fine Mess"},
{"amot", "A Mess O' Trouble"},
{"cantitoe", "Camp Cantitoe"},
+ {"escapefromschool", "Escape from School!"},
{"wage", "World Adventure Game Engine game"},
{0, 0}
};
@@ -75,6 +76,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
+ {
+ "escapefromschool",
+ "",
+ AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
AD_TABLE_END_MARKER
};