aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/detection_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/detection_tables.h')
-rw-r--r--engines/mads/detection_tables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index e541fc6f80..ad2a4ca228 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -56,7 +56,11 @@ static const MADSGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
+ #ifdef USE_TTS
+ GUIO6(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE, GAMEOPTION_TTS_NARRATOR)
+ #else
GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
+ #endif
},
GType_RexNebular,
0