mirror of
https://github.com/DrBeef/RTCWQuest.git
synced 2024-11-15 00:51:32 +00:00
Revert "Alignment tool same length as Laser Sight"
This reverts commit a25d879898
.
This commit is contained in:
parent
a25d879898
commit
ff003229a8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue