Revert this one, not needed.

This commit is contained in:
Mari the Deer 2021-05-17 15:25:14 +02:00
commit a767cc3a00
2 changed files with 3 additions and 3 deletions

View file

@ -1494,7 +1494,7 @@ Class Demolitionist : PlayerPawn
player.onground = false;
if ( player.turnticks )
{
player.turnticks -= 1;
player.turnticks--;
guideangle = (180./TURN180_TICKS);
}
else guideangle += .2*player.cmd.yaw*(360./65536.);