mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
Merge branch 'master' of https://github.com/Edward850/zdoom
This commit is contained in:
commit
8b92597508
1 changed files with 1 additions and 1 deletions
|
@ -1853,7 +1853,7 @@ void TryRunTics (void)
|
||||||
{ //Send a resend request to the Arbitrator, as it's obvious we are stuck here.
|
{ //Send a resend request to the Arbitrator, as it's obvious we are stuck here.
|
||||||
if (debugfile)
|
if (debugfile)
|
||||||
fprintf (debugfile, "Arbitrator is slow (%i to %i)\n",
|
fprintf (debugfile, "Arbitrator is slow (%i to %i)\n",
|
||||||
Net_Arbitrator, nettics[Net_Arbitrator], gametic+counts);
|
nettics[Net_Arbitrator], gametic+counts);
|
||||||
//Send resend request to the Arbitrator. Also mark the Arbitrator as waiting to display it in the hud.
|
//Send resend request to the Arbitrator. Also mark the Arbitrator as waiting to display it in the hud.
|
||||||
if(i != 0)
|
if(i != 0)
|
||||||
remoteresend[Net_Arbitrator] = players[playerfornode[Net_Arbitrator]].waiting = hadlate = true;
|
remoteresend[Net_Arbitrator] = players[playerfornode[Net_Arbitrator]].waiting = hadlate = true;
|
||||||
|
|
Loading…
Reference in a new issue