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

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