diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/cl_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/cl_input.c b/src/client/cl_input.c index e0bc26cc..2ccb50f3 100644 --- a/src/client/cl_input.c +++ b/src/client/cl_input.c @@ -816,6 +816,7 @@ void CL_WritePacket( void ) { MSG_WriteLong (&fakemsg, clc.voipOutgoingSequence); MSG_WriteByte (&fakemsg, clc.voipOutgoingDataFrames); MSG_WriteShort (&fakemsg, clc.voipOutgoingDataSize ); + MSG_WriteBits (&fakemsg, clc.voipFlags, VOIP_FLAGCNT); MSG_WriteData (&fakemsg, clc.voipOutgoingData, voipSize); MSG_WriteByte (&fakemsg, svc_EOF); CL_WriteDemoMessage (&fakemsg, 0); |