]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
fix lagged prydon cursor trace bug (it was using renderer variables, now uses V_CalcR...
[xonotic/darkplaces.git] / cl_main.c
index 736fea16952bbefbbeefe78c07931e0955e88bd8..268a05fa5134bf339ebe85a6920f620e925b081d 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1297,9 +1297,6 @@ CL_SendCmd
 void CL_UpdatePrydonCursor(void);
 void CL_SendCmd(void)
 {
-       if (cls.signon == SIGNONS)
-               CL_UpdatePrydonCursor();
-
        if (cls.demoplayback)
        {
                SZ_Clear(&cls.message);