mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 16:41:31 +00:00
parent
815026072a
commit
d56a093317
3 changed files with 3 additions and 8 deletions
|
@ -34,7 +34,7 @@ SV_Netchan_Encode
|
|||
==============
|
||||
*/
|
||||
static void SV_Netchan_Encode( client_t *client, msg_t *msg ) {
|
||||
long reliableAcknowledge, i, index;
|
||||
long i, index;
|
||||
byte key, *string;
|
||||
int srdc, sbit;
|
||||
qboolean soob;
|
||||
|
@ -51,7 +51,7 @@ static void SV_Netchan_Encode( client_t *client, msg_t *msg ) {
|
|||
msg->readcount = 0;
|
||||
msg->oob = qfalse;
|
||||
|
||||
reliableAcknowledge = MSG_ReadLong(msg);
|
||||
/* reliableAcknowledge = */ MSG_ReadLong(msg);
|
||||
|
||||
msg->oob = soob;
|
||||
msg->bit = sbit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue