From cb33dd6de30078741c7b344bb7bdad4bbe70d41d Mon Sep 17 00:00:00 2001 From: lotharsm Date: Tue, 22 May 2018 09:50:24 +0200 Subject: QUEEN: Add detection entry for French GoG.com release --- engines/queen/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp index 42a23e9665..ed7052bbb7 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -435,6 +435,19 @@ static const QueenGameDescription gameDescriptions[] = { }, }, + // GoG.com Release - French + { + { + "queen", + "Talkie", + AD_ENTRY1s("queen.1", "67e3020f8a35e1df7b1c753b5aaa71e1", 97382620), + Common::FR_FRA, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GAMEOPTION_ALT_INTRO) + }, + }, + { AD_TABLE_END_MARKER } }; -- cgit v1.2.3