Crosshair is supposed to be available when the laser is enabled.

This commit is contained in:
Maxwell 2023-09-22 20:57:06 -04:00
parent ec27dec3fc
commit 700d3f0702

View file

@ -265,6 +265,13 @@ w_eagle_crosshair(player pl)
1.0f, 1.0f,
DRAWFLAG_ADDITIVE DRAWFLAG_ADDITIVE
); );
Cross_DrawSub(
g_ofch1_spr,
[24,24],
[0,0],
[24/72, 24/72]
);
} else { } else {
Cross_DrawSub( Cross_DrawSub(
g_ofch1_spr, g_ofch1_spr,