ghost crosshair bug fixed

This commit is contained in:
Joseph Carter 2000-05-17 08:07:12 +00:00
parent 64ac247e0c
commit f5bca8ba17
3 changed files with 6 additions and 2 deletions

View file

@ -107,6 +107,7 @@ extern cvar_t *r_maxedges;
/* extern cvar_t r_numedges;
CVAR_FIXME */
extern cvar_t *r_numedges;
extern cvar_t *crosshair;
#define XCENTERING (1.0 / 2.0)
#define YCENTERING (1.0 / 2.0)