From bef88f3b617cd861e7ae76d4fb4964a9701d8f9b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 24 May 2009 00:15:34 +0000 Subject: Remove leftover (already commented out) code. svn-id: r40845 --- engines/kyra/sound_lol.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/kyra/sound_lol.cpp') diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp index 220a519d33..1f5b155b94 100644 --- a/engines/kyra/sound_lol.cpp +++ b/engines/kyra/sound_lol.cpp @@ -103,15 +103,9 @@ bool LoLEngine::snd_playCharacterSpeech(int id, int8 speaker, int) { for (Common::List::const_iterator i = _speechList.begin(); i != _speechList.end(); ++i) _activeVoiceFileTotalTime += (*i)->getTotalPlayTime(); - //_activeVoiceFileTotalTime = _sound->voicePlay(_activeVoiceFile, 255, false, false); _sound->playVoiceStream(*_speechList.begin(), LOL_VOICE_HANDLE); _speechList.pop_front(); - //for (Common::List::iterator i = _speechPlayList.begin(); i != _speechPlayList.end(); ++i) - // _activeVoiceFileTotalTime += _sound->getTotalPlayTime(*i, false); - /*if (_speechPlayList.begin() != _speechPlayList.end()) - _activeVoiceFileTotalTime |= 0x80000000;*/ - if (!_activeVoiceFileTotalTime) return false; -- cgit v1.2.3