aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/detection_tables.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/detection_tables.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/detection_tables.h')
-rw-r--r--engines/saga/detection_tables.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h
index bd0c4eef25..5bb408e947 100644
--- a/engines/saga/detection_tables.h
+++ b/engines/saga/detection_tables.h
@@ -235,10 +235,8 @@ static const SAGAGameDescription gameDescriptions[] = {
},
- // Note: This version is NOT supported yet
- // Exiting the faire leads to a crash
-
// Inherit the earth - MAC Demo version 1
+ // Non-interactive demo
{
{
"ite",
@@ -257,7 +255,7 @@ static const SAGAGameDescription gameDescriptions[] = {
},
GType_ITE,
GID_ITE_MACDEMO1,
- GF_BIG_ENDIAN_DATA | GF_WYRMKEEP | GF_CD_FX,
+ GF_BIG_ENDIAN_DATA | GF_WYRMKEEP | GF_CD_FX | GF_NON_INTERACTIVE,
ITE_DEFAULT_SCENE,
&ITE_Resources,
ARRAYSIZE(ITEWINDEMO_GameFonts),
@@ -301,10 +299,8 @@ static const SAGAGameDescription gameDescriptions[] = {
},
- // Note: This version is NOT supported yet
- // Exiting the faire leads to a crash
-
// Inherit the earth - Win32 Demo version 1
+ // Non-interactive demo
{
{
"ite",
@@ -322,7 +318,7 @@ static const SAGAGameDescription gameDescriptions[] = {
},
GType_ITE,
GID_ITE_WINDEMO1,
- GF_WYRMKEEP | GF_CD_FX,
+ GF_WYRMKEEP | GF_CD_FX | GF_NON_INTERACTIVE,
ITE_DEFAULT_SCENE,
&ITE_Resources,
ARRAYSIZE(ITEWINDEMO_GameFonts),