diff options
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r-- | engines/drascula/detection.cpp | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 0dafcdc3cd..96de750c9c 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -88,10 +88,17 @@ static const DrasculaGameDescription gameDescriptions[] = { { "drascula", 0, - AD_ENTRY1s("packet.001", "c6a8697396e213a18472542d5f547cb4", 32847563), + { + {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, + // HACK: List packet.001 twice to ensure this detector entry + // is ranked just as high as the others (which each have two + // detection files). + {"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563}, + {NULL, 0, NULL, 0} + }, Common::EN_ANY, Common::kPlatformPC, - ADGF_KEEPMATCH | GF_PACKED, + GF_PACKED, GUIO_NONE }, }, @@ -281,7 +288,7 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NOMIDI, + Common::GUIO_NOMIDI | Common::GUIO_NOLAUNCHLOAD, // Maximum directory depth 1, // List of directory globs |