aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 00:15:34 +0000
committerJohannes Schickel2009-05-24 00:15:34 +0000
commitbef88f3b617cd861e7ae76d4fb4964a9701d8f9b (patch)
treea3213ccb78b6fc69269292412860fedef01d1d90 /engines/kyra/sound_lol.cpp
parentad4549f28d4ebc5668c0e917a37a3b34473acc84 (diff)
downloadscummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.tar.gz
scummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.tar.bz2
scummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.zip
Remove leftover (already commented out) code.
svn-id: r40845
Diffstat (limited to 'engines/kyra/sound_lol.cpp')
-rw-r--r--engines/kyra/sound_lol.cpp6
1 files changed, 0 insertions, 6 deletions
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<Audio::AudioStream *>::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<const char*>::iterator i = _speechPlayList.begin(); i != _speechPlayList.end(); ++i)
- // _activeVoiceFileTotalTime += _sound->getTotalPlayTime(*i, false);
- /*if (_speechPlayList.begin() != _speechPlayList.end())
- _activeVoiceFileTotalTime |= 0x80000000;*/
-
if (!_activeVoiceFileTotalTime)
return false;