Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dinput.c446 int sb_jump_thresh = 40; variable
827 if (abs(vals[2]) > sb_jump_thresh) { in sball_chk()
830 vals[2] -= sb_jump_thresh; in sball_chk()
832 vals[2] += sb_jump_thresh; in sball_chk()