aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-30 23:24:03 +0100
committerEugene Sandulenko2016-02-14 17:12:55 +0100
commit3911c5c0311d252a26652c1dc5dea4faa9bf26ab (patch)
tree1f3f09e6d70edf797e71c0da2a3e237dcdb0d746
parentb44ba1b9015ba09bf3e4f9acc0c0cc523373d878 (diff)
downloadscummvm-rg350-3911c5c0311d252a26652c1dc5dea4faa9bf26ab.tar.gz
scummvm-rg350-3911c5c0311d252a26652c1dc5dea4faa9bf26ab.tar.bz2
scummvm-rg350-3911c5c0311d252a26652c1dc5dea4faa9bf26ab.zip
WAGE: Added detection for Zoony
-rw-r--r--engines/wage/detection.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index 2a9bef2b8f..1e05ccca54 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -103,6 +103,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
+ {
+ "wage",
+ "Zoony",
+ AD_ENTRY1s("Zoony", "e6cc8a914a4215dafbcce6315dd12cf5", 160256),
+ Common::EN_ANY,
+ Common::kPlatformMacintosh,
+ ADGF_USEEXTRAASTITLE,
+ GUIO0()
+ },
AD_TABLE_END_MARKER
};