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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r290 \cu(Wed 10 Aug 21:27:34 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r290 \cu(2022-08-10 21:27:34)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r290 \cu(Wed 10 Aug 21:44:16 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r290 \cu(2022-08-10 21:44:16)\c-";

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