diff options
Diffstat (limited to 'engines/kyra/script_tim.cpp')
| -rw-r--r-- | engines/kyra/script_tim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index e4e834b86f..764cc445b3 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -734,7 +734,7 @@ int TIMInterpreter::cmd_loadVocFile(const uint16 *param) { _vocFiles[index] = (const char *)(_currentTim->text + READ_LE_UINT16(_currentTim->text + (stringId << 1))); - if (index == 2 && _currentTim->isLoLOutro) { + if (index == 2 && _currentTim->isLoLOutro && _vm->gameFlags().isTalkie) { _vocFiles[index] = "CONGRATA.VOC"; switch (_currentTim->lolCharacter) { |
