]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
added viewzoom extension to QC and client (smooth sniper zooming, with sensitivity...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index bf960584f68d698f17001ff371d51d3c0a4320e9..289f4214a47b9dca42101f31745a67857683512b 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -89,6 +89,7 @@ extern int eval_ping;
 extern int eval_movement;
 extern int eval_pmodel;
 extern int eval_punchvector;
+extern int eval_viewzoom;
 
 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t*)((char*)&ed->v + fieldoffset) : NULL)