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
|
@ -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