mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 07:31:03 +00:00
- Duke: Pitch-adjusted velocity for shootflamethrowerflame()
when free-aiming.
This commit is contained in:
parent
64f55726c9
commit
9f32eae1a7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ static void shootflamethrowerflame(DDukeActor* actor, int p, DVector3 spos, DAng
|
|||
}
|
||||
else
|
||||
{
|
||||
zvel = ps[p].horizon.sum().Tan() * 40.5;
|
||||
setFreeAimVelocity(vel, zvel, ps[p].horizon.sum(), 40.5);
|
||||
|
||||
// WTF???
|
||||
DAngle myang = DAngle90 - (DAngle180 - abs(abs((spos.XY() - ps[p].pos.XY()).Angle() - sang) - DAngle180));
|
||||
|
|
Loading…
Reference in a new issue