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

@ -921,8 +921,8 @@ cl.simangles[ROLL] = 0; // FIXME @@@
/* if (crosshair.value)
CVAR_FIXME */
if (crosshair->value)
Draw_Crosshair ();
// if (crosshair->value)
// Draw_Crosshair ();
}
//============================================================================