You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/client/cl_pred.c
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -611,6 +611,7 @@ short LerpAngles16(short to, short from, float frac)
611
611
612
612
voidCL_CalcClientTime(void)
613
613
{
614
+
externcvar_tcl_demospeed;
614
615
if (!cls.state)
615
616
{
616
617
if (!cl.implicitpause)
@@ -649,6 +650,7 @@ void CL_CalcClientTime(void)
649
650
else
650
651
{ //funky magic drift logic. we be behind the most recent frame in order to attempt to cover network congestions (which is apparently common in germany).
0 commit comments