diff options
author | Paul Gilbert | 2018-03-11 23:13:47 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-03-11 23:13:47 -0400 |
commit | d14a33e6c51274cde95aaeec9d2a1688470147a7 (patch) | |
tree | 9d06b96fb33fd0b6c51f7ac12dc5e8503c098f2f | |
parent | c699bef50bb3320d5b97947bca262d33805b74c3 (diff) | |
download | scummvm-rg350-d14a33e6c51274cde95aaeec9d2a1688470147a7.tar.gz scummvm-rg350-d14a33e6c51274cde95aaeec9d2a1688470147a7.tar.bz2 scummvm-rg350-d14a33e6c51274cde95aaeec9d2a1688470147a7.zip |
XEEN: Swords of Xeen doesn't have any voiced cutscenes
-rw-r--r-- | engines/xeen/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h index 4440e11962..2b09d2b44c 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -128,7 +128,7 @@ static const XeenGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOSPEECH) }, GType_Swords, 0 |