mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- RR: Pitch-adjusted velocity for shootstuff()
when free-aiming.
This commit is contained in:
parent
7941f3cde3
commit
b9bd02299a
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ static void shootstuff(DDukeActor* actor, int p, DVector3 pos, DAngle ang, int a
|
|||
}
|
||||
else
|
||||
{
|
||||
zvel = ps[p].horizon.sum().Tan() * 49.;
|
||||
setFreeAimVelocity(vel, zvel, ps[p].horizon.sum(), 49.);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue