mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-23 02:15:55 +01:00
engine: sound: allow mouth move for CHAN_STREAM
This commit is contained in:
parent
6df25392b8
commit
279e391949
@ -621,7 +621,7 @@ void MIX_MixChannelsToPaintbuffer( int endtime, int rate, int outputRate )
|
||||
|
||||
ch->pitch *= ( sys_timescale.value + 1 ) / 2;
|
||||
|
||||
if( CL_GetEntityByIndex( ch->entnum ) && ( ch->entchannel == CHAN_VOICE ))
|
||||
if( CL_GetEntityByIndex( ch->entnum ) && ( ch->entchannel == CHAN_VOICE || ch->entchannel == CHAN_STREAM ))
|
||||
{
|
||||
if( pSource->width == 1 )
|
||||
SND_MoveMouth8( ch, pSource, sampleCount );
|
||||
|
Loading…
Reference in New Issue
Block a user