Fixed crosshair's endpos friend test

This commit is contained in:
smallmodel 2023-11-07 23:05:54 +01:00
parent deee21eb68
commit f1325048e9
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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);