diff options
| author | Johannes Schickel | 2009-05-24 00:15:34 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2009-05-24 00:15:34 +0000 | 
| commit | bef88f3b617cd861e7ae76d4fb4964a9701d8f9b (patch) | |
| tree | a3213ccb78b6fc69269292412860fedef01d1d90 | |
| parent | ad4549f28d4ebc5668c0e917a37a3b34473acc84 (diff) | |
| download | scummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.tar.gz scummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.tar.bz2 scummvm-rg350-bef88f3b617cd861e7ae76d4fb4964a9701d8f9b.zip  | |
Remove leftover (already commented out) code.
svn-id: r40845
| -rw-r--r-- | engines/kyra/sound_lol.cpp | 6 | 
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;  | 
