Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycleMovement.cpp2785 static nVersionFeature sg_correctAccelerationScaling( 8 ); variable
2891 if ( verletSpeed_ <= ( sg_correctAccelerationScaling.Supported() ? baseSpeed : sg_speedCycle ) ) in CalculateAcceleration()
3075 … if ( verletSpeed_ < ( sg_correctAccelerationScaling.Supported() ? baseSpeed : sg_speedCycle ) ) in ApplyAcceleration()