derp, typo

This commit is contained in:
Mari the Deer 2024-03-21 12:05:52 +01:00
commit e2a8d6b8f5
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1115 \cu(Thu 21 Mar 12:04:07 CET 2024)\c-";
SWWM_SHORTVER="\cw1.3pre r1115 \cu(2024-03-21 12:04:07)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1116 \cu(Thu 21 Mar 12:05:52 CET 2024)\c-";
SWWM_SHORTVER="\cw1.3pre r1116 \cu(2024-03-21 12:05:52)\c-";

View file

@ -5,7 +5,7 @@ extend Class Demolitionist
{
// for analog move, check for full sprint speed
if ( isAnalogMoving )
return (NormalizedMove().length >= (gameinfo.normforwardmove[1]*256.));
return (NormalizedMove().length() >= (gameinfo.normforwardmove[1]*256.));
return !!(player.cmd.buttons&BT_RUN);
}