aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/detection.cpp')
-rw-r--r--engines/wage/detection.cpp10
1 files changed, 10 insertions, 0 deletions
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
};