Revert this one, not needed.
This commit is contained in:
parent
917c251f03
commit
a767cc3a00
2 changed files with 3 additions and 3 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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.);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue