diff options
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 |