mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
ghost crosshair bug fixed
This commit is contained in:
parent
64ac247e0c
commit
f5bca8ba17
3 changed files with 6 additions and 2 deletions
|
@ -921,8 +921,8 @@ cl.simangles[ROLL] = 0; // FIXME @@@
|
|||
|
||||
/* if (crosshair.value)
|
||||
CVAR_FIXME */
|
||||
if (crosshair->value)
|
||||
Draw_Crosshair ();
|
||||
// if (crosshair->value)
|
||||
// Draw_Crosshair ();
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
|
|
@ -1209,6 +1209,9 @@ void SCR_UpdateScreen (void)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (crosshair->value)
|
||||
Draw_Crosshair ();
|
||||
|
||||
SCR_DrawRam ();
|
||||
SCR_DrawNet ();
|
||||
SCR_DrawTurtle ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue