Home
last modified time | relevance | path

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

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgCycleMovement.cpp1571 static REAL sg_rubberCycleMinDistanceGapSide = .5f; // Gaps may be detected only if the cycle is … variable
1576 sg_rubberCycleMinDistanceGapSide);
1707 REAL rubberCycleMinDistanceGapDistance = sg_rubberCycleMinDistanceGapSide * Speed(); in GetMaxSpaceAhead()