]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
optimized AngleVectors calls (pass NULL for vectors that should not be generated)
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 278447b2e6e1c0ebd6ccc6d3bffdd3a9412f3e9e..4d4ce0ad18fa008edb27a86e28d1051d6a604b2b 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -89,6 +89,7 @@ extern int eval_colormod;
 extern int eval_ping;
 extern int eval_movement;
 extern int eval_pmodel;
+extern int eval_punchvector;
 
 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t*)((char*)&ed->v + fieldoffset) : NULL)