Revert this one, not needed.
This commit is contained in:
parent
917c251f03
commit
a767cc3a00
2 changed files with 3 additions and 3 deletions
|
|
@ -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