aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-10 20:12:25 -0500
committerPaul Gilbert2018-03-10 20:12:25 -0500
commit5b72fbdcbd7f2c2c8191d6c362e84ec53628516b (patch)
tree07e8fe3371a23c794ce7467b55f5c2cf1ec18376 /engines/xeen/detection_tables.h
parent32268c8caa578fb0847096336436b76f9889d2d8 (diff)
downloadscummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.tar.gz
scummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.tar.bz2
scummvm-rg350-5b72fbdcbd7f2c2c8191d6c362e84ec53628516b.zip
XEEN: Implementing subtitles display logic
Diffstat (limited to 'engines/xeen/detection_tables.h')
-rw-r--r--engines/xeen/detection_tables.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index 220c1f1a24..4440e11962 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -36,7 +36,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO0()
},
GType_WorldOfXeen,
0
@@ -55,7 +55,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH),
+ GUIO0(),
},
GType_WorldOfXeen,
0
@@ -74,7 +74,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO0()
},
GType_WorldOfXeen,
0
@@ -92,7 +92,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO0()
},
GType_Clouds,
0
@@ -110,7 +110,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO0()
},
GType_DarkSide,
0
@@ -128,7 +128,7 @@ static const XeenGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
- GUIO1(GUIO_NOSPEECH)
+ GUIO0()
},
GType_Swords,
0