IOQ3 commit 2078

This commit is contained in:
Richard Allen 2011-07-18 17:13:12 +00:00
parent 1ce9846332
commit 6de03c34f8

View file

@ -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;