]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
added "QC function <name> is missing" warnings to more PR_ExecuteProgram calls
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index 78ac5d30038276219da41e3d1e9de3fff6db8aba..060464ac7d2f72dfdba61068782e2566379f628b 100644 (file)
--- a/view.c
+++ b/view.c
@@ -214,7 +214,7 @@ void V_ParseDamage (void)
 
        armor = MSG_ReadByte ();
        blood = MSG_ReadByte ();
-       MSG_ReadVector(from);
+       MSG_ReadVector(from, cl.protocol);
 
        count = blood*0.5 + armor*0.5;
        if (count < 10)