mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-25 13:21:18 +00:00
Allow disabling of crosshair
This commit is contained in:
parent
85b63809fc
commit
e0983ae009
1 changed files with 2 additions and 2 deletions
|
@ -1298,7 +1298,7 @@ void Draw_Crosshair (void)
|
|||
}
|
||||
|
||||
|
||||
if (cl.stats[STAT_HEALTH] < 20)
|
||||
if (!crosshair.value)
|
||||
return;
|
||||
|
||||
if (!crosshair_opacity)
|
||||
|
|
Loading…
Reference in a new issue