Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycleMovement.cpp167 REAL sg_speedCycleDecayAbove = .1; variable
169 sg_speedCycleDecayAbove,
796 if ( sg_speedCycleDecayAbove > 0 ) in sg_MaxSpeed()
797 return sg_speedCycle + maxAcceleration / sg_speedCycleDecayAbove; in sg_MaxSpeed()
2894 acceleration+=( baseSpeed - verletSpeed_) * sg_speedCycleDecayAbove; in CalculateAcceleration()
3071 if ( sg_speedCycleDecayBelow * maxTimestep > .1 || sg_speedCycleDecayAbove * maxTimestep > .1 ) in ApplyAcceleration()
3078 speedDecay = sg_speedCycleDecayAbove; in ApplyAcceleration()