mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-23 11:21:51 +00:00
Here too
This commit is contained in:
parent
d20122327f
commit
a444a214d0
1 changed files with 1 additions and 1 deletions
|
@ -1568,7 +1568,7 @@ void G_BuildTiccmd(ticcmd_t *cmd, INT32 realtics, UINT8 ssplayer)
|
|||
lang += (cmd->angleturn<<16);
|
||||
|
||||
cmd->angleturn = (INT16)(lang >> 16);
|
||||
cmd->latency = leveltime & 0xFF; // Send leveltime when this tic was generated to the server for control lag calculations
|
||||
cmd->latency = modeattacking ? 0 : (leveltime & 0xFF); // Send leveltime when this tic was generated to the server for control lag calculations
|
||||
|
||||
if (!hu_stopped)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue