aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2010-11-07 17:15:27 +0000
committerMax Horn2010-11-07 17:15:27 +0000
commitc5598664cef2091036c60eb55dec0168f507cbc4 (patch)
tree84238087294defbe142bd3ab3ef232f8127a3700 /engines/drascula/detection.cpp
parent1cbab9885bc7af3ee758c4ca9ce61bb9cb3e5af9 (diff)
downloadscummvm-rg350-c5598664cef2091036c60eb55dec0168f507cbc4.tar.gz
scummvm-rg350-c5598664cef2091036c60eb55dec0168f507cbc4.tar.bz2
scummvm-rg350-c5598664cef2091036c60eb55dec0168f507cbc4.zip
DETECTOR: Get rid of ADGF_KEEPMATCH
Also fix some typos, and minor tweaks svn-id: r54118
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r--engines/drascula/detection.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 0dafcdc3cd..82b42c7390 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
},
},