mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fixes use of textspeed settings if voice+text mode is enabled. (thanks to salty-horse)
svn-id: r21999
This commit is contained in:
@@ -45,7 +45,7 @@ void KyraEngine::waitForChatToFinish(int16 chatDuration, const char *chatStr, ui
|
||||
|
||||
uint32 timeToEnd = strlen(chatStr) * 8 * _tickLength + _system->getMillis();
|
||||
|
||||
if (chatDuration != -1 ) {
|
||||
if (_configVoice == 0 && chatDuration != -1) {
|
||||
switch (_configTextspeed) {
|
||||
case 0: chatDuration *= 2;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user