From 251467a0130ff3e7bd0472b46459d788959e811b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 2 Jun 2008 18:21:03 +0000 Subject: - Now it is possible to choose English version from original CD. Thanks to ADGF_KEEPMATCH - Fix detection of French version svn-id: r32498 --- engines/drascula/detection.cpp | 4 ++-- 1 file 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, -- cgit v1.2.3