diff options
author | Eugene Sandulenko | 2008-06-02 18:21:03 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-06-02 18:21:03 +0000 |
commit | 251467a0130ff3e7bd0472b46459d788959e811b (patch) | |
tree | daa28e9a08e439275266de494b819c2d9d34c708 | |
parent | 70dd879e2f2c48e59a199d0555c5e11608641f6c (diff) | |
download | scummvm-rg350-251467a0130ff3e7bd0472b46459d788959e811b.tar.gz scummvm-rg350-251467a0130ff3e7bd0472b46459d788959e811b.tar.bz2 scummvm-rg350-251467a0130ff3e7bd0472b46459d788959e811b.zip |
- Now it is possible to choose English version from original CD. Thanks to
ADGF_KEEPMATCH
- Fix detection of French version
svn-id: r32498
-rw-r--r-- | engines/drascula/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index a79a1f5674..06c3c88d49 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -91,7 +91,7 @@ static const DrasculaGameDescription gameDescriptions[] = { AD_ENTRY1s("packet.001", "c6a8697396e213a18472542d5f547cb4", 32847563), Common::EN_ANY, Common::kPlatformPC, - Common::ADGF_NO_FLAGS + Common::ADGF_KEEPMATCH }, GF_PACKED, }, @@ -120,7 +120,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, { {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, - {"packet.003", 0, "4401123400f22f212b89f15fb4b43013", 721122}, + {"packet.002", 0, "4401123400f22f212b89f15fb4b43013", 721122}, {NULL, 0, NULL, 0} }, Common::FR_FRA, |