mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed crosshair's endpos friend test
This commit is contained in:
parent
deee21eb68
commit
f1325048e9
1 changed files with 1 additions and 0 deletions
|
@ -1200,6 +1200,7 @@ void CG_DrawCrosshair()
|
|||
if (cgs.gametype != GT_FFA) {
|
||||
AngleVectorsLeft(cg.refdefViewAngles, forward, NULL, NULL);
|
||||
|
||||
VectorMA(cg.refdef.vieworg, 8192, forward, end);
|
||||
VectorClear(mins);
|
||||
VectorClear(maxs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue