mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 09:31:11 +00:00
IOQ3 commit 2379
This commit is contained in:
parent
20e909f556
commit
f283229a7d
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ void CL_WritePacket( void ) {
|
||||||
MSG_WriteLong (&fakemsg, clc.voipOutgoingSequence);
|
MSG_WriteLong (&fakemsg, clc.voipOutgoingSequence);
|
||||||
MSG_WriteByte (&fakemsg, clc.voipOutgoingDataFrames);
|
MSG_WriteByte (&fakemsg, clc.voipOutgoingDataFrames);
|
||||||
MSG_WriteShort (&fakemsg, clc.voipOutgoingDataSize );
|
MSG_WriteShort (&fakemsg, clc.voipOutgoingDataSize );
|
||||||
|
MSG_WriteBits (&fakemsg, clc.voipFlags, VOIP_FLAGCNT);
|
||||||
MSG_WriteData (&fakemsg, clc.voipOutgoingData, voipSize);
|
MSG_WriteData (&fakemsg, clc.voipOutgoingData, voipSize);
|
||||||
MSG_WriteByte (&fakemsg, svc_EOF);
|
MSG_WriteByte (&fakemsg, svc_EOF);
|
||||||
CL_WriteDemoMessage (&fakemsg, 0);
|
CL_WriteDemoMessage (&fakemsg, 0);
|
||||||
|
|
Loading…
Reference in a new issue