Interpolate quick turn.

This commit is contained in:
Mari the Deer 2025-03-07 11:50:31 +01:00
commit 8ec86a9b9c
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ extend Class Demolitionist
if ( player.turnticks )
{
player.turnticks--;
angle += (180./TURN180_TICKS);
A_SetAngle(angle+(180./TURN180_TICKS),SPF_INTERPOLATE);
}
else angle += player.cmd.yaw*(360./65536.);
player.onground = (pos.z<=floorz)||bOnMobj||bMBFBouncer||(player.cheats&CF_NOCLIP2);