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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Mar 21 18:09:46 CET 2008


Revision: 31212
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31212&view=rev
Author:   lordhoto
Date:     2008-03-21 10:09:45 -0700 (Fri, 21 Mar 2008)

Log Message:
-----------
Removed some unneeded waiting for voice to finish.

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

Modified: scummvm/trunk/engines/kyra/text_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/text_v1.cpp	2008-03-21 16:54:08 UTC (rev 31211)
+++ scummvm/trunk/engines/kyra/text_v1.cpp	2008-03-21 17:09:45 UTC (rev 31212)
@@ -144,8 +144,8 @@
 			runLoop = false;
 	}
 
-	snd_voiceWaitForFinish();
-	snd_stopVoice();
+	if (_skipFlag)
+		snd_stopVoice();
 
 	_timer->enable(14);
 	_timer->enable(15);


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