[Scummvm-cvs-logs] SF.net SVN: scummvm:[40845] scummvm/trunk/engines/kyra/sound_lol.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 24 02:15:34 CEST 2009


Revision: 40845
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40845&view=rev
Author:   lordhoto
Date:     2009-05-24 00:15:34 +0000 (Sun, 24 May 2009)

Log Message:
-----------
Remove leftover (already commented out) code.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_lol.cpp

Modified: scummvm/trunk/engines/kyra/sound_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_lol.cpp	2009-05-24 00:12:47 UTC (rev 40844)
+++ scummvm/trunk/engines/kyra/sound_lol.cpp	2009-05-24 00:15:34 UTC (rev 40845)
@@ -103,15 +103,9 @@
 	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;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list