TINSEL: Ignore SV_SPEECHDELAY in DW2 Demo

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

svn-id: r53717
This commit is contained in:
Paul Gilbert 2010-10-22 22:09:59 +00:00
parent 3a90af96f5
commit b8ff3eb491

View File

@ -3413,7 +3413,7 @@ static void TalkOrSay(CORO_PARAM, SPEECH_TYPE speechType, SCNHANDLE hText, int x
// 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);