legacymode: fix choke counter
This commit is contained in:
parent
5e65df3c2a
commit
1a6fd72d19
1 changed files with 1 additions and 0 deletions
|
@ -2952,6 +2952,7 @@ void CL_ParseLegacyServerMessage( sizebuf_t *msg, qboolean normal_message )
|
||||||
{
|
{
|
||||||
if( cl.frames[j & CL_UPDATE_MASK].receivedtime != -3.0 )
|
if( cl.frames[j & CL_UPDATE_MASK].receivedtime != -3.0 )
|
||||||
{
|
{
|
||||||
|
cl.frames[j & CL_UPDATE_MASK].choked = true;
|
||||||
cl.frames[j & CL_UPDATE_MASK].receivedtime = -2.0;
|
cl.frames[j & CL_UPDATE_MASK].receivedtime = -2.0;
|
||||||
i--;
|
i--;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue