Huh, what was this doing here...

This commit is contained in:
Mari the Deer 2022-08-10 21:44:16 +02:00
commit 43f7a36955
2 changed files with 2 additions and 3 deletions

View file

@ -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) )