Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/src/
H A Dweapon.c14824 #define STAR_HORIZ_ADJ 100L in InitStar() macro
14854 zvel = ((100 - pp->horiz) * (HORIZ_MULT+STAR_HORIZ_ADJ)); in InitStar()
14912 zvel = ((100 - pp->horiz) * (HORIZ_MULT+STAR_HORIZ_ADJ)); in InitStar()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dweapon.cpp14606 #define STAR_HORIZ_ADJ 100L in InitStar() macro
14639 zvel = ((100 - fix16_to_int(pp->q16horiz)) * (HORIZ_MULT+STAR_HORIZ_ADJ)); in InitStar()
14696 zvel = ((100 - fix16_to_int(pp->q16horiz)) * (HORIZ_MULT+STAR_HORIZ_ADJ)); in InitStar()