From 7986f1709d77a84df92ba86ecf04a0cb1e88e0cf Mon Sep 17 00:00:00 2001 From: athrxx Date: Tue, 21 Feb 2012 21:17:51 +0100 Subject: KYRA: (EOB) - make detection entries for EOB I more unique (bug #3488973) This makes sure that non English versions don't get detected as English. --- engines/kyra/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h index 4d84b09ff5..44e604c44d 100644 --- a/engines/kyra/detection_tables.h +++ b/engines/kyra/detection_tables.h @@ -1463,7 +1463,7 @@ const KYRAGameDescription adGameDescs[] = { "eob", 0, { - { "EOBDATA2.PAK", 0, "feaf0345086b3a1d931352f4b0ad8feb", -1 }, + { "EOBDATA3.PAK", 0, "61aff543131bd61a8b7d7dc901a8278b", -1 }, { 0, 0, 0, 0 } }, Common::EN_ANY, @@ -1479,7 +1479,7 @@ const KYRAGameDescription adGameDescs[] = { "eob", 0, { - { "SHINDIA.CPS", 0, "383b0c7ba0903eae5d04cad28ce90aaf", -1 }, + { "TEXT.DAT", 0, "fb59b50f97fd1806756911d986b9b2b5", -1 }, { 0, 0, 0, 0 } }, Common::DE_DEU, -- cgit v1.2.3