From d6e6aca7e33430977c32fbc857e18869d25505f6 Mon Sep 17 00:00:00 2001 From: lotharsm Date: Tue, 22 May 2018 09:53:36 +0200 Subject: QUEEN: Add detection entry for Italian GoG.com release --- engines/queen/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/queen') 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 } }; -- cgit v1.2.3