]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
fix for EF_FLAME and lots of other bugs with 16bit/8bit fields (modelindex, frame...
[xonotic/darkplaces.git] / cl_input.c
index 664fd1a89648e57b0122c991095fa5b0e1aa463c..e5f6e2e50fd1922bd96fdca01b8b1e51fba184dd 100644 (file)
@@ -381,7 +381,7 @@ void CL_SendMove (usercmd_t *cmd)
 
        MSG_WriteFloat (&buf, cl.mtime[0]);     // so server can get ping times
 
-       if (dpprotocol == DPPROTOCOL_VERSION2)
+       if (dpprotocol == DPPROTOCOL_VERSION2 || dpprotocol == DPPROTOCOL_VERSION3)
        {
                for (i = 0;i < 3;i++)
                        MSG_WriteFloat (&buf, cl.viewangles[i]);