diff options
author | Max Horn | 2010-11-07 17:15:27 +0000 |
---|---|---|
committer | Max Horn | 2010-11-07 17:15:27 +0000 |
commit | c5598664cef2091036c60eb55dec0168f507cbc4 (patch) | |
tree | 84238087294defbe142bd3ab3ef232f8127a3700 /engines/advancedDetector.h | |
parent | 1cbab9885bc7af3ee758c4ca9ce61bb9cb3e5af9 (diff) | |
download | scummvm-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/advancedDetector.h')
-rw-r--r-- | engines/advancedDetector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/advancedDetector.h b/engines/advancedDetector.h index 0ebb264f74..515127b23d 100644 --- a/engines/advancedDetector.h +++ b/engines/advancedDetector.h @@ -49,7 +49,6 @@ enum ADGameFlags { ADGF_ADDENGLISH = (1 << 24), // always add English as language option ADGF_MACRESFORK = (1 << 25), // the md5 for this entry will be calculated from the resource fork ADGF_USEEXTRAASTITLE = (1 << 26), // Extra field value will be used as main game title, not gameid - ADGF_KEEPMATCH = (1 << 27), // this entry is kept even when there are matched entries with more files ADGF_DROPLANGUAGE = (1 << 28), // don't add language to gameid ADGF_CD = (1 << 29), // add "-cd" to gameid ADGF_DEMO = (1 << 30) // add "-demo" to gameid |