diff options
author | Eugene Sandulenko | 2016-01-30 23:36:54 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-14 17:12:56 +0100 |
commit | 4aa7440ffd550439b2db755d31f6f051efa19195 (patch) | |
tree | 7070198b6071d2a0e6fae09bd0d5291e154cfed3 /engines/wage | |
parent | 6e91ae4b9f5adfb39eb163ffb4866d0d1e3bb83a (diff) | |
download | scummvm-rg350-4aa7440ffd550439b2db755d31f6f051efa19195.tar.gz scummvm-rg350-4aa7440ffd550439b2db755d31f6f051efa19195.tar.bz2 scummvm-rg350-4aa7440ffd550439b2db755d31f6f051efa19195.zip |
WAGE: Added Deep Angst detection
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/detection.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 9e44a6d2ca..f0e195cd39 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -78,6 +78,15 @@ static const ADGameDescription gameDescriptions[] = { }, { "wage", + "Deep Angst", + AD_ENTRY1s("Deep Angst", "635f62bbc569e72b03cab9107927d03d", 335232), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_USEEXTRAASTITLE, + GUIO0() + }, + { + "wage", "Escape from School!", AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840), Common::EN_ANY, |