mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Fix reckoning typo in comment
This commit is contained in:
parent
effc79cc87
commit
db627976e5
|
@ -878,7 +878,7 @@ void CCharacter::TickDeferred()
|
|||
m_ReckoningCore.Write(&Predicted);
|
||||
m_Core.Write(&Current);
|
||||
|
||||
// only allow dead reackoning for a top of 3 seconds
|
||||
// only allow dead reckoning for a top of 3 seconds
|
||||
if(m_Core.m_Reset || m_ReckoningTick + Server()->TickSpeed() * 3 < Server()->Tick() || mem_comp(&Predicted, &Current, sizeof(CNetObj_Character)) != 0)
|
||||
{
|
||||
m_ReckoningTick = Server()->Tick();
|
||||
|
|
Loading…
Reference in a new issue