From 46ca9c2674a7337435b4d140a9b99301dafc8069 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 24 Feb 2016 20:16:59 +0100 Subject: WAGE: Added detection for Dungeon World II --- 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 d6f84e79d8..c1f66b32b5 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -89,6 +89,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_GENERIC, GUIO0() }, + { + "wage", + "Dungeon World II", + AD_ENTRY1s("DungeonWorld2", "e10c5e3cc17879c298b1551f33571b15", 234880), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "wage", "Double Trouble", -- cgit v1.2.3