Skip to content

Commit

Permalink
WAGE: Add Enchanced Scepters detection
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 2a16cef commit 76639b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions engines/wage/detection.cpp
Expand Up @@ -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}
};
Expand Down Expand Up @@ -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
};
Expand Down

0 comments on commit 76639b5

Please sign in to comment.