aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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 6db0645858..bdc59e9816 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -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}
};
@@ -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
};