aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/queen/detection.cpp13
1 files changed, 13 insertions, 0 deletions
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 }
};