derp, typo
This commit is contained in:
parent
b7493b7735
commit
e2a8d6b8f5
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue