Skip to content

Commit

Permalink
WAGE: Added detection for "Queen Quest"
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 5, 2016
1 parent 5d715e1 commit 1f9e724
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions engines/wage/detection.cpp
Expand Up @@ -42,6 +42,7 @@ static const PlainGameDescriptor wageGames[] = {
{"amot", "A Mess O' Trouble"},
{"cantitoe", "Camp Cantitoe"},
{"escapefromschool", "Escape from School!"},
{"queenquest", "Queen Quest"},
{"wage", "World Adventure Game Engine game"},
{0, 0}
};
Expand Down Expand Up @@ -85,6 +86,15 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO0()
},
{
"queenquest",
"",
AD_ENTRY1s("Queen Quest", "730605d312efedb5e3ff108522fcac18", 59776),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,
GUIO0()
},

AD_TABLE_END_MARKER
};
Expand Down

0 comments on commit 1f9e724

Please sign in to comment.