mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
Fix bug with SendEntity+Packetloss.
This commit is contained in:
parent
29cc8a3183
commit
f35cb691a4
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ sendremove:
|
||||||
if ((size_t)msg->cursize + 2 > origmaxsize)
|
if ((size_t)msg->cursize + 2 > origmaxsize)
|
||||||
{
|
{
|
||||||
msg->cursize = rollbacksize; //roll back
|
msg->cursize = rollbacksize; //roll back
|
||||||
client->pendingentities_bits[entnum] |= logbits; //make sure those bits get re-applied later.
|
client->pendingcsqcentities_bits[entnum] |= logbits; //make sure those bits get re-applied later.
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue