From 23485305fbb801864b3463c31bf4d36489973818 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 23 Feb 2016 20:19:57 +0100 Subject: WAGE: Add detection for Canal District --- engines/wage/detection_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index 5d0f48959a..5b74326b60 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -62,6 +62,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_GENERIC, GUIO0() }, + { + "wage", + "Canal District", + AD_ENTRY1s("Canal District", "8856bc699a20fc5b7fc67accee12cac7", 658176), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "cantitoe", "", -- cgit v1.2.3