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