Revert "Alignment tool same length as Laser Sight"

This reverts commit a25d879898.
This commit is contained in:
Grant Bagwell 2020-08-06 16:50:18 +02:00
parent a25d879898
commit ff003229a8

View file

@ -3560,7 +3560,7 @@ void CG_AddViewWeapon( playerState_t *ps ) {
vec3_t forward, right, up;
AngleVectors(angles, forward, right, up);
VectorMA(origin, 8192, forward, endForward);
VectorMA(origin, 40, forward, endForward);
VectorSet(ci.color, 1, 0, 0); // Forward is red
CG_RailTrail2(&ci, origin, endForward);