aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-06 18:23:05 +0000
committerEugene Sandulenko2009-06-06 18:23:05 +0000
commit167874cf1a242392c2675d36f4a0f37f39270892 (patch)
tree0d3a74469ed3c9c1aa684530f1d482af4311c468 /engines/kyra
parenta0fa307fc5b52e9fc45b5dedd9e837ea02af0384 (diff)
downloadscummvm-rg350-167874cf1a242392c2675d36f4a0f37f39270892.tar.gz
scummvm-rg350-167874cf1a242392c2675d36f4a0f37f39270892.tar.bz2
scummvm-rg350-167874cf1a242392c2675d36f4a0f37f39270892.zip
Added GUI options for newly added games
svn-id: r41285
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/detection.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index ea153242d3..c14528c5d2 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -1070,7 +1070,8 @@ const KYRAGameDescription adGameDescs[] = {
},
Common::EN_ANY,
Common::kPlatformPC,
- ADGF_NO_FLAGS
+ ADGF_NO_FLAGS,
+ GUIO_NOSPEECH
},
LOL_FLOPPY_CMP_FLAGS
},
@@ -1086,7 +1087,7 @@ const KYRAGameDescription adGameDescs[] = {
Common::DE_DEU,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO_NONE
+ GUIO_NOSPEECH
},
LOL_FLOPPY_CMP_FLAGS
},
@@ -1102,7 +1103,8 @@ const KYRAGameDescription adGameDescs[] = {
},
Common::EN_ANY,
Common::kPlatformPC,
- ADGF_NO_FLAGS
+ ADGF_NO_FLAGS,
+ GUIO_NONE
},
LOL_FLOPPY_FLAGS
},