diff options
author | Johannes Schickel | 2009-09-13 20:10:56 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-09-13 20:10:56 +0000 |
commit | 072aca05dc1589d37b92d77c34d40f88d3855a63 (patch) | |
tree | 08f125d2bdbd6c8a30008060ef2fd203b2a54eaf /engines | |
parent | 690ee5fa678537f03dfe1aaa78a17690a9991f15 (diff) | |
download | scummvm-rg350-072aca05dc1589d37b92d77c34d40f88d3855a63.tar.gz scummvm-rg350-072aca05dc1589d37b92d77c34d40f88d3855a63.tar.bz2 scummvm-rg350-072aca05dc1589d37b92d77c34d40f88d3855a63.zip |
Modify Kyrandia 1 Amiga detection entry to allow the detector to differentiate between different languages.
svn-id: r44069
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/detection.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
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, |