HomeSort by: relevance | last modified time | path
    Searched defs:move_normal_shot (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/huntd/
shots.c 57 static int move_normal_shot(BULLET *);
104 if (move_normal_shot(bp)) {
111 if (bp->b_expl || move_normal_shot(bp)) {
182 * move_normal_shot:
186 move_normal_shot(BULLET *bp) function in typeref:typename:int
shots.c 57 static int move_normal_shot(BULLET *);
104 if (move_normal_shot(bp)) {
111 if (bp->b_expl || move_normal_shot(bp)) {
182 * move_normal_shot:
186 move_normal_shot(BULLET *bp) function in typeref:typename:int

Completed in 23 milliseconds