aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-09-13 11:21:23 +0000
committerFilippos Karapetis2007-09-13 11:21:23 +0000
commit84393ab95e7d72484f5c612cee298f91e90221bd (patch)
treebe25e76fc37180c2e0d409e054827b5ac99f55fb /engines/saga/saga.h
parent8158f3f35340b44bc437142a1a21ba6b6162ae39 (diff)
downloadscummvm-rg350-84393ab95e7d72484f5c612cee298f91e90221bd.tar.gz
scummvm-rg350-84393ab95e7d72484f5c612cee298f91e90221bd.tar.bz2
scummvm-rg350-84393ab95e7d72484f5c612cee298f91e90221bd.zip
The early ITE demos were not interactive
svn-id: r28897
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index fc74702143..8016fb9e65 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -158,7 +158,8 @@ enum GameFeatures {
GF_WYRMKEEP = 1 << 1,
GF_CD_FX = 1 << 2,
GF_SCENE_SUBSTITUTES = 1 << 3,
- GF_COMPRESSED_SOUNDS = 1 << 4
+ GF_COMPRESSED_SOUNDS = 1 << 4,
+ GF_NON_INTERACTIVE = 1 << 5
};
enum VerbTypeIds {