From 07d176cace54afbdfbf100a67cbff261e5a0cb2f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jan 2016 23:18:21 +0100 Subject: WAGE: Put less significant games to generic target --- engines/wage/detection.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 594fc5da03..22ca7bce7d 100644 --- a/engines/wage/detection.cpp +++ b/engines/wage/detection.cpp @@ -41,10 +41,8 @@ static const PlainGameDescriptor wageGames[] = { {"afm", "Another Fine Mess"}, {"amot", "A Mess O' Trouble"}, {"cantitoe", "Camp Cantitoe"}, - {"escapefromschool", "Escape from School!"}, - {"queenquest", "Queen Quest"}, {"scepters", "Enchanced Scepters"}, - {"wage", "World Adventure Game Engine game"}, + {"wage", "WAGE"}, {0, 0} }; @@ -79,8 +77,8 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { - "escapefromschool", - "", + "wage", + "Escape from School!", AD_ENTRY1s("Escape from School!", "a854be48d4af20126d18a9cad93a969b", 51840), Common::EN_ANY, Common::kPlatformMacintosh, @@ -88,8 +86,8 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { - "queenquest", - "", + "wage", + "Queen Quest", AD_ENTRY1s("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776), Common::EN_ANY, Common::kPlatformMacintosh, -- cgit v1.2.3