aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-18 21:02:36 +0100
committerEugene Sandulenko2016-02-14 17:12:47 +0100
commit76639b5d3a8cf4b869a7b81cffe6ae1f8c6c0557 (patch)
tree7bf2ba18a235e677c9c32b809006131bf4642f2e
parent2a16cef20e6d2686bbeae466cc74f772e7c4f66e (diff)
downloadscummvm-rg350-76639b5d3a8cf4b869a7b81cffe6ae1f8c6c0557.tar.gz
scummvm-rg350-76639b5d3a8cf4b869a7b81cffe6ae1f8c6c0557.tar.bz2
scummvm-rg350-76639b5d3a8cf4b869a7b81cffe6ae1f8c6c0557.zip
WAGE: Add Enchanced Scepters detection
-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
};