From 6db791a2c47559f744da8f1597db7db4ccf061a5 Mon Sep 17 00:00:00 2001 From: Matan Bareket Date: Sun, 17 Dec 2017 20:33:57 -0500 Subject: KYRA: Added detection entries for LOL German version - Bug #9557 --- engines/kyra/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index bf51f01b97..6756157648 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1483,6 +1483,23 @@ const KYRAGameDescription adGameDescs[] = { LOL_FLOPPY_FLAGS }, + { // German version - Bug 9557 + { + "lol", + "Extracted", + { + { "GENERAL.PAK", 0, "8e144826df680397876e0fd7ce30c701", -1 }, + { "CHAPTER7.PAK", 0, "1240fb870aba719f5887ca7270227699", -1 }, + { 0, 0, 0, 0 } + }, + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO8(GUIO_NOSPEECH, GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_MIDIPCSPK, GUIO_RENDERVGA, GAMEOPTION_LOL_SCROLLING, GAMEOPTION_LOL_CURSORS) + }, + LOL_FLOPPY_FLAGS + }, + // Russian fan translation { { -- cgit v1.2.3