Crosshair is supposed to be available when the laser is enabled.
This commit is contained in:
parent
ec27dec3fc
commit
700d3f0702
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue