aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-07-04 01:15:19 +0300
committerFilippos Karapetis2015-07-04 01:51:45 +0300
commita95d22a2cdd5bcc5c2483422be3194d1050e0fa4 (patch)
tree78dae1b22cbc039f1637596d025b7bc77f59902e /engines/saga/saga.h
parent5311191687b678fda4a3379f5b79bc735329f35b (diff)
downloadscummvm-rg350-a95d22a2cdd5bcc5c2483422be3194d1050e0fa4.tar.gz
scummvm-rg350-a95d22a2cdd5bcc5c2483422be3194d1050e0fa4.tar.bz2
scummvm-rg350-a95d22a2cdd5bcc5c2483422be3194d1050e0fa4.zip
SAGA: Initial work on the DOS ITE demo
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 6077e55094..9c7b2f5295 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -137,9 +137,7 @@ enum GameFileTypes {
enum GameFeatures {
GF_ITE_FLOPPY = 1 << 0,
-#if 0
- GF_OLD_ITE_DOS = 1 << 1, // Currently unused
-#endif
+ GF_ITE_DOS_DEMO = 1 << 1,
GF_EXTRA_ITE_CREDITS = 1 << 2,
GF_8BIT_UNSIGNED_PCM = 1 << 3
};