mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- SW: Pitch-adjusted velocity for InitTracerUzi()
.
This commit is contained in:
parent
7ae21a27cc
commit
25e0b9a073
1 changed files with 1 additions and 1 deletions
|
@ -15260,7 +15260,7 @@ int InitTracerUzi(PLAYER* pp)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
actorNew->vel.Z = pp->horizon.horiz.Tan() * actorNew->vel.X;
|
setFreeAimVelocity(actorNew->vel.X, actorNew->vel.Z, pp->horizon.horiz, actorNew->vel.X);
|
||||||
|
|
||||||
plActor->clipdist = oclipdist;
|
plActor->clipdist = oclipdist;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue