]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
Pure cleaning commit: removed "crc.[ch]" and "gl_warp_sin.h", removed dead functions...
[xonotic/darkplaces.git] / cl_input.c
index e528439750445557a09ec2aa5fda98349b9046a2..0e48860b1dec4195fe0d6058f3c729f9068a45d0 100644 (file)
@@ -56,6 +56,8 @@ kbutton_t     in_button3, in_button4, in_button5, in_button6, in_button7, in_button8
 
 int                    in_impulse;
 
+extern cvar_t sys_ticrate;
+
 
 void KeyDown (kbutton_t *b)
 {