Home
last modified time | relevance | path

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

/dports/games/gltron/gltron-0.70/src/game/
H A Devent.c218 float accell_limit = getSettingf("wall_accel_limit"); in applyWallAcceleration() local
219 if(left < accell_limit || right < accell_limit) { in applyWallAcceleration()