mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 00:27:31 +00:00
SUPERNOVA: Interrupt TTS when moving cursor over different conversation choices
This commit is contained in:
parent
0ef3db09db
commit
049f1a8807
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user