Home
last modified time | relevance | path

Searched refs:movementMax (Results 1 – 2 of 2) sorted by relevance

/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.cxx475 float movementMax = desiredSpeed * delta; in doUpdateMotion() local
477 newVelocity[0] = movementMax * normalStuck[0]; in doUpdateMotion()
478 newVelocity[1] = movementMax * normalStuck[1]; in doUpdateMotion()
481 newVelocity[2] = movementMax * normalStuck[2]; in doUpdateMotion()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DLocalPlayer.cxx475 float movementMax = desiredSpeed * delta; in doUpdateMotion() local
477 newVelocity[0] = movementMax * normalStuck[0]; in doUpdateMotion()
478 newVelocity[1] = movementMax * normalStuck[1]; in doUpdateMotion()
481 newVelocity[2] = movementMax * normalStuck[2]; in doUpdateMotion()