Huh, what was this doing here...
This commit is contained in:
parent
e6fa4884fa
commit
43f7a36955
2 changed files with 2 additions and 3 deletions
|
|
@ -2018,7 +2018,6 @@ Class Demolitionist : PlayerPawn
|
|||
double spd = vel.length();
|
||||
if ( spd > 40. ) vel = (vel+accel/GameTicRate).unit()*spd;
|
||||
else vel = vel+accel/GameTicRate;
|
||||
vel *= .97;
|
||||
player.vel = (1,1)*vel.length();
|
||||
player.jumptics = -2;
|
||||
if ( !(player.cheats & CF_PREDICTING) && (player.cmd.forwardmove|player.cmd.sidemove) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue