mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Null out the messages Sal added while trying to fix the thing
This commit is contained in:
parent
e053fd249b
commit
2e922a3673
1 changed files with 0 additions and 12 deletions
|
|
@ -5484,18 +5484,6 @@ static void SV_Maketic(void)
|
||||||
// Copy the input from the previous tic
|
// Copy the input from the previous tic
|
||||||
*ticcmd = *prevticcmd;
|
*ticcmd = *prevticcmd;
|
||||||
ticcmd->flags &= ~TICCMD_RECEIVED;
|
ticcmd->flags &= ~TICCMD_RECEIVED;
|
||||||
|
|
||||||
#if 1
|
|
||||||
CONS_Printf(
|
|
||||||
"[PLAYER %d] move: %d, turn: %d, buttons: %d, latency: %d, flags: %d\n",
|
|
||||||
i,
|
|
||||||
ticcmd->forwardmove,
|
|
||||||
ticcmd->turning,
|
|
||||||
ticcmd->buttons,
|
|
||||||
ticcmd->latency,
|
|
||||||
ticcmd->flags
|
|
||||||
);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue