From 3911c5c0311d252a26652c1dc5dea4faa9bf26ab Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jan 2016 23:24:03 +0100 Subject: WAGE: Added detection for Zoony --- engines/wage/detection.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) 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 }; -- cgit v1.2.3