mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #8234 from ChillerDragon/pr_typo_reckoning
Fix reckoning typo in comment
This commit is contained in:
commit
b35503273c
|
@ -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