diff options
author | Eugene Sandulenko | 2016-01-30 23:18:21 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-14 17:12:55 +0100 |
commit | 07d176cace54afbdfbf100a67cbff261e5a0cb2f (patch) | |
tree | b58e4046a7d153ee1fe7716bf863e3246a9a9556 | |
parent | 345effab985f93fdd4f5728fc9f46e58cf64019f (diff) | |
download | scummvm-rg350-07d176cace54afbdfbf100a67cbff261e5a0cb2f.tar.gz scummvm-rg350-07d176cace54afbdfbf100a67cbff261e5a0cb2f.tar.bz2 scummvm-rg350-07d176cace54afbdfbf100a67cbff261e5a0cb2f.zip |
WAGE: Put less significant games to generic target
-rw-r--r-- | engines/wage/detection.cpp | 12 |
1 files 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, |