mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
add back crosshair drawing conditions
This commit is contained in:
parent
b7e8854b80
commit
a8d0cda6f7
@ -915,6 +915,15 @@ static void HU_UpdateCrosshair(void)
|
||||
|
||||
static void HU_DrawCrosshair(void)
|
||||
{
|
||||
if (plr->playerstate != PST_LIVE ||
|
||||
automapactive ||
|
||||
menuactive ||
|
||||
paused ||
|
||||
secret_on)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (crosshair.patch)
|
||||
V_DrawPatchTranslated(crosshair.x - crosshair.w,
|
||||
crosshair.y - crosshair.h,
|
||||
|
Loading…
x
Reference in New Issue
Block a user