diff options
author | lotharsm | 2018-05-22 09:50:24 +0200 |
---|---|---|
committer | lotharsm | 2018-05-22 09:54:38 +0200 |
commit | cb33dd6de30078741c7b344bb7bdad4bbe70d41d (patch) | |
tree | c4cc20a66bd7ca42db56b047716caba0c713bcbb | |
parent | ff68947ac19bc04f1881b33a33e13514861f1974 (diff) | |
download | scummvm-rg350-cb33dd6de30078741c7b344bb7bdad4bbe70d41d.tar.gz scummvm-rg350-cb33dd6de30078741c7b344bb7bdad4bbe70d41d.tar.bz2 scummvm-rg350-cb33dd6de30078741c7b344bb7bdad4bbe70d41d.zip |
QUEEN: Add detection entry for French GoG.com release
-rw-r--r-- | engines/queen/detection.cpp | 13 |
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 } }; |