mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-04 00:41:59 +00:00
Interpolate turning 180 degrees
This commit is contained in:
parent
0b30b4a493
commit
2e05e196db
1 changed files with 1 additions and 1 deletions
|
@ -1306,7 +1306,7 @@ class PlayerPawn : Actor
|
|||
if (player.turnticks)
|
||||
{
|
||||
player.turnticks--;
|
||||
Angle += (180. / TURN180_TICKS);
|
||||
A_SetAngle(Angle + (180. / TURN180_TICKS), SPF_INTERPOLATE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue