From 76639b5d3a8cf4b869a7b81cffe6ae1f8c6c0557 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 18 Jan 2016 21:02:36 +0100 Subject: WAGE: Add Enchanced Scepters detection --- engines/wage/detection.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index bdc59e9816..594fc5da03 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -43,6 +43,7 @@ static const PlainGameDescriptor wageGames[] = { {"cantitoe", "Camp Cantitoe"}, {"escapefromschool", "Escape from School!"}, {"queenquest", "Queen Quest"}, + {"scepters", "Enchanced Scepters"}, {"wage", "World Adventure Game Engine game"}, {0, 0} }; @@ -95,6 +96,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO0() }, + { + "scepters", + "", + AD_ENTRY1s("Scepters", "b80bff315897776dda7689cdf829fab4", 360832), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO0() + }, AD_TABLE_END_MARKER }; -- cgit v1.2.3