diff options
Diffstat (limited to 'engines/saga/actor.cpp')
-rw-r--r-- | engines/saga/actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/actor.cpp b/engines/saga/actor.cpp index 699eb39405..0ffbe66314 100644 --- a/engines/saga/actor.cpp +++ b/engines/saga/actor.cpp @@ -1210,7 +1210,7 @@ void Actor::drawActors() { drawSpeech(); } -void Actor::drawSpeech(void) { +void Actor::drawSpeech() { if (!isSpeaking() || !_activeSpeech.playing || _vm->_script->_skipSpeeches || (!_vm->_subtitlesEnabled && _vm->getGameId() == GID_ITE && !(_vm->getFeatures() & GF_ITE_FLOPPY)) || (!_vm->_subtitlesEnabled && (_vm->getGameId() == GID_IHNM))) |