diff options
author | lotharsm | 2018-05-22 09:40:41 +0200 |
---|---|---|
committer | lotharsm | 2018-05-22 09:54:38 +0200 |
commit | ff68947ac19bc04f1881b33a33e13514861f1974 (patch) | |
tree | 19c99fb08b6148bdb0140f08ca293494feeb74bb /engines/queen | |
parent | ae2637e36e7e09f9b3061d5b70f5a9f8fe5858c3 (diff) | |
download | scummvm-rg350-ff68947ac19bc04f1881b33a33e13514861f1974.tar.gz scummvm-rg350-ff68947ac19bc04f1881b33a33e13514861f1974.tar.bz2 scummvm-rg350-ff68947ac19bc04f1881b33a33e13514861f1974.zip |
QUEEN: Add detection entry for German GoG.com release
Diffstat (limited to 'engines/queen')
-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 aed8b7dcb1..42a23e9665 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -422,6 +422,19 @@ static const QueenGameDescription gameDescriptions[] = { }, #endif + // GoG.com Release - German + { + { + "queen", + "Talkie", + AD_ENTRY1s("queen.1", "28f78dbec7e20f603a10c2f8ea889a5c", 108738717), + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GAMEOPTION_ALT_INTRO) + }, + }, + { AD_TABLE_END_MARKER } }; |