Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dplayer.cpp3971 int climbvel; in DoPlayerClimb() local
3987 climbvel = FindDistance2D(pp->xvect, pp->yvect)>>9; in DoPlayerClimb()
3990 climbvel = -climbvel; in DoPlayerClimb()
4006 if (climbvel != 0) in DoPlayerClimb()
4066 if (climbvel > 0) in DoPlayerClimb()
4069 climb_amt = (climbvel>>4) * 8; in DoPlayerClimb()
4104 if (climbvel < 0) in DoPlayerClimb()
4107 climb_amt = -(climbvel>>4) * 8; in DoPlayerClimb()
4122 if (climbvel < 0) in DoPlayerClimb()
/dports/games/jfsw/jfsw-c434002/src/
H A Dplayer.c3886 int climbvel; in DoPlayerClimb() local
3903 climbvel = FindDistance2D(pp->xvect, pp->yvect)>>9; in DoPlayerClimb()
3906 climbvel = -climbvel; in DoPlayerClimb()
3922 if (climbvel != 0) in DoPlayerClimb()
3982 if (climbvel > 0) in DoPlayerClimb()
3985 climb_amt = (climbvel>>4) * 8; in DoPlayerClimb()
4020 if (climbvel < 0) in DoPlayerClimb()
4023 climb_amt = -(climbvel>>4) * 8; in DoPlayerClimb()
4038 if (climbvel < 0) in DoPlayerClimb()