From b8ff3eb4913dd22bc75ae360baadadd95151077f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 22 Oct 2010 22:09:59 +0000 Subject: TINSEL: Ignore SV_SPEECHDELAY in DW2 Demo This stops the long delays at the start of playing each sample svn-id: r53717 --- engines/tinsel/tinlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp index caf1275dd3..e89010b9d7 100644 --- a/engines/tinsel/tinlib.cpp +++ b/engines/tinsel/tinlib.cpp @@ -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); -- cgit v1.2.3