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
commit e1e93b1b46

View file

@ -1289,7 +1289,7 @@ class PlayerPawn : Actor
if (player.turnticks)
{
player.turnticks--;
Angle += (180. / TURN180_TICKS);
A_SetAngle(Angle + (180. / TURN180_TICKS), SPF_INTERPOLATE);
}
else
{