From 072aca05dc1589d37b92d77c34d40f88d3855a63 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 13 Sep 2009 20:10:56 +0000 Subject: Modify Kyrandia 1 Amiga detection entry to allow the detector to differentiate between different languages. svn-id: r44069 --- engines/kyra/detection.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 11043f1e3f..29a80017b3 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -205,7 +205,11 @@ const KYRAGameDescription adGameDescs[] = { { "kyra1", 0, - AD_ENTRY1("GEMCUT.PAK", "2bd1da653eaefd691e050e4a9eb68a64"), + { + { "GEMCUT.PAK", 0, "2bd1da653eaefd691e050e4a9eb68a64", -1 }, + { "GEMCUT.EMC", 0, "2a3f44e179f1e9f7643e90083c747571", -1 }, + { NULL, 0, NULL, 0 } + }, Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, -- cgit v1.2.3