mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: voice: fix voice loopback bit
This commit is contained in:
committed by
a1batross
parent
b2f4d84272
commit
ccc44f3c5f
@@ -810,7 +810,7 @@ static void CL_WritePacket( void )
|
||||
MSG_WriteByte( &buf, 0 );
|
||||
|
||||
if( proto == PROTO_GOLDSRC && voice_loopback.value )
|
||||
SetBits( packet_loss, 7 ); // set 7-th bit to tell server that we want voice loopback
|
||||
SetBits( packet_loss, BIT( 7 ) ); // set 7-th bit to tell server that we want voice loopback
|
||||
|
||||
MSG_WriteByte( &buf, packet_loss );
|
||||
MSG_WriteByte( &buf, numbackup );
|
||||
|
||||
Reference in New Issue
Block a user