[Scummvm-cvs-logs] SF.net SVN: scummvm:[53717] scummvm/trunk/engines/tinsel/tinlib.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Oct 23 00:10:00 CEST 2010


Revision: 53717
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53717&view=rev
Author:   dreammaster
Date:     2010-10-22 22:09:59 +0000 (Fri, 22 Oct 2010)

Log Message:
-----------
TINSEL: Ignore SV_SPEECHDELAY in DW2 Demo

This stops the long delays at the start of playing each sample

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/tinlib.cpp

Modified: scummvm/trunk/engines/tinsel/tinlib.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/tinlib.cpp	2010-10-22 22:06:59 UTC (rev 53716)
+++ scummvm/trunk/engines/tinsel/tinlib.cpp	2010-10-22 22:09:59 UTC (rev 53717)
@@ -3413,7 +3413,7 @@
 			// Kick off the sample now (perhaps with a delay)
 			if (bNoPause)
 				bNoPause = false;
-			else
+			else if (!IsDemo)
 				CORO_SLEEP(SysVar(SV_SPEECHDELAY));
 
 			//SamplePlay(VOICE, hText, _ctx->sub, false, -1, -1, PRIORITY_TALK);


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