mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- let PlayerPawn.ForwardThrust use its angle parameter.
This commit is contained in:
parent
4261a0c592
commit
7cbf45d76d
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ class PlayerPawn : Actor native
|
|||
Vel.Z -= zpush;
|
||||
move *= cos(Pitch);
|
||||
}
|
||||
Thrust(move);
|
||||
Thrust(move, angle);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue