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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r490 \cu(Mon 17 May 14:59:35 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r490 \cu(2021-05-17 14:59:35)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r491 \cu(Mon 17 May 15:25:14 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r491 \cu(2021-05-17 15:25:14)\c-";

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.);