Interpolate turning 180 degrees

This commit is contained in:
nashmuhandes 2025-03-07 13:47:56 +08:00 committed by Ricardo Luís Vaz Silva
parent 0b30b4a493
commit 2e05e196db

View file

@ -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
{