]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
huge (16%) speed gain on surface rendering by eliminating the surfmesh chain in q1bsp...
[xonotic/darkplaces.git] / cl_input.c
index 196301094c958ff18ce06ac9d07cf2a2e4d2c534..84687da64629cfd7ac10c0a94bc91d7de3c8ea27 100644 (file)
@@ -448,7 +448,7 @@ void CL_SendMove(usercmd_t *cmd)
                        i = cl.entitydatabase4->ackframenum;
                        if (cl_nodelta.integer)
                                i = -1;
-                       if (developer_networkentities.integer)
+                       if (developer_networkentities.integer >= 1)
                                Con_Printf("send clc_ackentities %i\n", i);
                        MSG_WriteByte(&buf, clc_ackentities);
                        MSG_WriteLong(&buf, i);