SUPERNOVA: Interrupt TTS when moving cursor over different conversation choices

This commit is contained in:
Thierry Crozat 2021-09-08 00:40:02 +01:00
parent 0ef3db09db
commit 049f1a8807

View File

@ -581,7 +581,7 @@ void GameManager::sentence(int number, bool brightness) {
}
}
if (ttsMan != nullptr && ConfMan.getBool("tts_enabled") && brightness)
ttsMan->say(string, Common::TextToSpeechManager::QUEUE_NO_REPEAT, Common::kDos850);
ttsMan->say(string, Common::TextToSpeechManager::INTERRUPT_NO_REPEAT, Common::kDos850);
}
void GameManager::say(int textId) {