diff options
author | lotharsm | 2018-05-22 09:53:36 +0200 |
---|---|---|
committer | lotharsm | 2018-05-22 09:54:38 +0200 |
commit | d6e6aca7e33430977c32fbc857e18869d25505f6 (patch) | |
tree | d82f27cc9abdadcc8faaa20dc6749f038545e056 | |
parent | cb33dd6de30078741c7b344bb7bdad4bbe70d41d (diff) | |
download | scummvm-rg350-d6e6aca7e33430977c32fbc857e18869d25505f6.tar.gz scummvm-rg350-d6e6aca7e33430977c32fbc857e18869d25505f6.tar.bz2 scummvm-rg350-d6e6aca7e33430977c32fbc857e18869d25505f6.zip |
QUEEN: Add detection entry for Italian 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 ed7052bbb7..0ad1b8322c 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -448,6 +448,19 @@ static const QueenGameDescription gameDescriptions[] = { }, }, + // GoG.com Release - Italian + { + { + "queen", + "Talkie", + AD_ENTRY1s("queen.1", "2f72b715ed753cf905a37cdcc7ea611e", 98327801), + Common::IT_ITA, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GAMEOPTION_ALT_INTRO) + }, + }, + { AD_TABLE_END_MARKER } }; |