Home
last modified time | relevance | path

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

/openbsd-src/games/hunt/huntd/
H A Dshots.c140 if (bp->b_expl || move_normal_shot(bp)) { in moveshots()
171 if (!bp->b_expl) { in moveshots()
239 if (bp->b_expl) in move_normal_shot()
426 bp->b_expl = TRUE; in move_normal_shot()
433 bp->b_expl = TRUE; in move_normal_shot()
579 bp->b_expl = TRUE; in move_drone()
1096 bp->b_expl = TRUE; in explshot()
H A Dexecute.c266 bp->b_expl = TRUE; in move_player()
513 bp->b_expl = expl; in create_shot()
H A Dserver.h176 FLAG b_expl; member