From 83dbcf8531c7703e3024a45e76c3794fa2327b79 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Mon, 1 Jun 2009 01:24:17 +0000 Subject: LOL: some more opcodes and some minor bug fixes svn-id: r41092 --- engines/kyra/sound_lol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/sound_lol.cpp') diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp index 4247596399..a14df2090a 100644 --- a/engines/kyra/sound_lol.cpp +++ b/engines/kyra/sound_lol.cpp @@ -79,7 +79,7 @@ bool LoLEngine::snd_playCharacterSpeech(int id, int8 speaker, int) { snprintf(file2, sizeof(file2), "%s%c%c.%s", pattern1, '_', symbol, pattern2); if (_sound->isVoicePresent(file1)) newSpeechList.push_back(_sound->getVoiceStream(file1)); - if (_sound->isVoicePresent(file2)) + else if (_sound->isVoicePresent(file2)) newSpeechList.push_back(_sound->getVoiceStream(file2)); else break; -- cgit v1.2.3