Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_mobj.c5565 tic_t shoottime, worktime, calctime; in P_Boss9Thinker() local
5566 shoottime = (TICRATE/((mobj->extravalue1 == 3) ? 8 : 4)); in P_Boss9Thinker()
5567 shoottime += (shoottime>>1); in P_Boss9Thinker()
5568 worktime = shoottime*(mobj->threshold/2); in P_Boss9Thinker()
5571 if (calctime <= worktime && (calctime % shoottime == 0)) in P_Boss9Thinker()