Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycleMovement.cpp794 static REAL sg_MaxSpeed( REAL maxAcceleration ) in sg_MaxSpeed() function
853 REAL maxSpeed = sg_MaxSpeed( maxWallAcceleration ); in MaximalSpeed()
859 REAL maxSpeedBoost = sg_MaxSpeed( maxWallAcceleration - sg_brakeCycle ); in MaximalSpeed()
867 REAL maxSpeedPermanent = sg_MaxSpeed( maxWallAcceleration - sg_brakeCycle*efficiency ); in MaximalSpeed()