mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- missed this.
This commit is contained in:
parent
36058df025
commit
9208fb9b77
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class StateProvider : Inventory
|
|||
{
|
||||
// This original implementation is to aim straight ahead and then offset
|
||||
// the angle from the resulting direction.
|
||||
misl.Angle += spawnangle;
|
||||
misl.Angle += angle;
|
||||
misl.VelFromAngle(misl.Vel.XY.Length());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue