mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-29 07:22:47 +00:00
IOQ3 commit 2078
This commit is contained in:
parent
1ce9846332
commit
6de03c34f8
1 changed files with 4 additions and 1 deletions
|
@ -1104,7 +1104,10 @@ int SV_SendQueuedMessages(void)
|
|||
|
||||
if(cl->state)
|
||||
{
|
||||
nextFragT = SV_Netchan_TransmitNextFragment(cl);
|
||||
nextFragT = SV_RateMsec(cl);
|
||||
|
||||
if(!nextFragT)
|
||||
nextFragT = SV_Netchan_TransmitNextFragment(cl);
|
||||
|
||||
if(nextFragT >= 0 && (retval == -1 || retval > nextFragT))
|
||||
retval = nextFragT;
|
||||
|
|
Loading…
Reference in a new issue