Skip to content

Commit

Permalink
KYRA: (EOB) - make detection entries for EOB I more unique (bug #3488…
Browse files Browse the repository at this point in the history
…973)

This makes sure that non English versions don't get detected as English.
  • Loading branch information
athrxx committed Feb 21, 2012
1 parent 66da477 commit 7986f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/kyra/detection_tables.h
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 7986f17

Please sign in to comment.