diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp index 6db0645858e8..bdc59e981603 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 };