]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fix crosshair 6, and allow custom crosshairs up to 32
[xonotic/darkplaces.git] / client.h
index cb36d4d4aa3564a817b7f15e40a70df4e874f676..5268128ca52d57475aee6f2a928c267b3db7c588 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1015,8 +1015,8 @@ void R_NewExplosion(vec3_t org);
 
 #include "cl_screen.h"
 
-#define NUMCROSSHAIRS 6
-extern cachepic_t *r_crosshairs[NUMCROSSHAIRS];
+#define NUMCROSSHAIRS 32
+extern cachepic_t *r_crosshairs[NUMCROSSHAIRS+1];
 
 typedef struct refdef_s
 {