aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-06 19:41:34 +0000
committerPaweł Kołodziejski2003-04-06 19:41:34 +0000
commitd56673b8456ba5a5174c628cc1705a5309bea2ec (patch)
tree21bcb2c80df31a38b0d10eb6b5006f17ed20b444 /common/gameDetector.h
parent9d1769665647454bb7cb7ab4649dd143024051a2 (diff)
downloadscummvm-rg350-d56673b8456ba5a5174c628cc1705a5309bea2ec.tar.gz
scummvm-rg350-d56673b8456ba5a5174c628cc1705a5309bea2ec.tar.bz2
scummvm-rg350-d56673b8456ba5a5174c628cc1705a5309bea2ec.zip
fixed detection of early scumm games
svn-id: r6923
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index fd2f4e90b6..6c6d6eee5e 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -86,6 +86,10 @@ enum GameFeatures {
GF_HUMONGOUS = 1 << 15,
GF_NEW_COSTUMES = 1 << 16,
GF_DEFAULT_TO_1X_SCALER = 1 << 17,
+ GF_AFTER_V2 = 1 << 18,
+ GF_AFTER_V3 = 1 << 19,
+ GF_AFTER_V4 = 1 << 20,
+ GF_AFTER_V5 = 1 << 21,
GF_HAS_ROOMTABLE = GF_AFTER_V7,
GF_USE_ANGLES = GF_AFTER_V7,