diff options
author | Max Horn | 2003-06-06 23:58:39 +0000 |
---|---|---|
committer | Max Horn | 2003-06-06 23:58:39 +0000 |
commit | badfdeedd344a7e5a20e6071113f41b4722d34d5 (patch) | |
tree | 9ec3ce7b3dd60451ed75b430a56321c09e044294 | |
parent | 9f4d675eba509d0a1343215a1928f54ff5c58e6b (diff) | |
download | scummvm-rg350-badfdeedd344a7e5a20e6071113f41b4722d34d5.tar.gz scummvm-rg350-badfdeedd344a7e5a20e6071113f41b4722d34d5.tar.bz2 scummvm-rg350-badfdeedd344a7e5a20e6071113f41b4722d34d5.zip |
added to new feature flags
svn-id: r8369
-rw-r--r-- | common/gameDetector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index 9330641ad7..ddaa95c14b 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -93,7 +93,9 @@ enum GameFeatures { GF_AFTER_V5 = 1 << 22, GF_AFTER_HEV7 = 1 << 23, - GF_HAS_ROOMTABLE = GF_AFTER_V7, + GF_NEW_CAMERA = 1 << 24, + GF_DIGI_IMUSE = 1 << 25, + GF_EXTERNAL_CHARSET = GF_SMALL_HEADER }; |