mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-25 05:11:03 +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)
|
||||
|
@ -3379,4 +3379,4 @@ int GL_LoadTexture8to4(const char *identifier, unsigned int width, unsigned int
|
|||
free(resamp_data);
|
||||
|
||||
return id;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue