aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.cpp b/saga/actor.cpp
index fdd9f82064..d3607aad1a 100644
--- a/saga/actor.cpp
+++ b/saga/actor.cpp
@@ -1608,7 +1608,7 @@ void Actor::drawActors() {
void Actor::drawSpeech(void) {
if (!isSpeaking() || !_activeSpeech.playing || _vm->_script->_skipSpeeches
- || !_vm->_subtitlesEnabled)
+ || (!_vm->_subtitlesEnabled && (_vm->getFeatures() & GF_CD_FX)))
return;
int i;