mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 13:10:39 +00:00
- RR: Pitch-adjusted velocity for shootwhip()
when free-aiming.
This commit is contained in:
parent
211b2cc349
commit
24dcd26e64
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ static void shootwhip(DDukeActor* actor, int p, DVector3 pos, DAngle ang, int at
|
|||
ang = (aimed->spr.pos.XY() - pos.XY()).Angle();
|
||||
}
|
||||
else
|
||||
zvel = ps[p].horizon.sum().Tan() * 49.;
|
||||
setFreeAimVelocity(vel, zvel, ps[p].horizon.sum(), 49.);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue