diff options
Diffstat (limited to 'engines/wage/detection.cpp')
-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 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 }; |