mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Remove useless condition
This commit is contained in:
parent
f3bc526fc2
commit
bc86d89206
1 changed files with 8 additions and 14 deletions
|
|
@ -5022,9 +5022,6 @@ void NetUpdate(void)
|
||||||
// Don't erase tics not acknowledged
|
// Don't erase tics not acknowledged
|
||||||
counts = realtics;
|
counts = realtics;
|
||||||
|
|
||||||
// Do not make tics while resynching
|
|
||||||
if (counts != -666)
|
|
||||||
{
|
|
||||||
if (maketic + counts >= firstticstosend + BACKUPTICS)
|
if (maketic + counts >= firstticstosend + BACKUPTICS)
|
||||||
counts = firstticstosend+BACKUPTICS-maketic-1;
|
counts = firstticstosend+BACKUPTICS-maketic-1;
|
||||||
|
|
||||||
|
|
@ -5038,9 +5035,6 @@ void NetUpdate(void)
|
||||||
|
|
||||||
neededtic = maketic; // The server is a client too
|
neededtic = maketic; // The server is a client too
|
||||||
}
|
}
|
||||||
else
|
|
||||||
hu_redownloadinggamestate = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Net_AckTicker();
|
Net_AckTicker();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue