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

@ -1209,6 +1209,9 @@ void SCR_UpdateScreen (void)
}
else
{
if (crosshair->value)
Draw_Crosshair ();
SCR_DrawRam ();
SCR_DrawNet ();
SCR_DrawTurtle ();