From f283229a7df1462c6d34e114f021d7161d53d43d Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sat, 22 Dec 2012 00:40:47 +0000 Subject: [PATCH] IOQ3 commit 2379 --- reaction/code/client/cl_input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reaction/code/client/cl_input.c b/reaction/code/client/cl_input.c index c007ec5e..d35e3c31 100644 --- a/reaction/code/client/cl_input.c +++ b/reaction/code/client/cl_input.c @@ -815,6 +815,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);