mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 08:30:35 +00:00
- Duke: Fix delta angle setup in alterang()
.
This commit is contained in:
parent
fb74ece44b
commit
4f59e8a3d1
1 changed files with 1 additions and 1 deletions
|
@ -4224,7 +4224,7 @@ void alterang(int ang, DDukeActor* actor, int playernum)
|
|||
|
||||
if (actor->vel.X != 0 && actor->spr.picnum != TILE_DRONE)
|
||||
{
|
||||
angdif = absangle(aang, goalang);
|
||||
angdif = deltaangle(aang, goalang);
|
||||
|
||||
if (ticselapsed < 2)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue