mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 11:04:44 +00:00
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:
parent
3a90af96f5
commit
b8ff3eb491
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user