Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Dshots.c309 if (bp->b_score != NULL) in move_normal_shot()
310 bp->b_score->i_robbed += bp->b_charge; in move_normal_shot()
336 if (bp->b_score != NULL) in move_normal_shot()
337 bp->b_score->i_missed += bp->b_charge; in move_normal_shot()
341 message(bp->b_owner, bp->b_score && in move_normal_shot()
342 ((bp->b_score->i_missed & 0x7) == 0x7) ? in move_normal_shot()
727 checkdam(pp, bp->b_owner, bp->b_score, in chkshot()
826 checkdam(pp, bp->b_owner, bp->b_score, MINDAM, bp->b_type); in move_slime()
921 i, bp->b_size, bp->b_owner, bp->b_score, true, SPACE); in move_slime()
928 bp->b_score, true, SPACE); in move_slime()
[all …]
Dhunt.h117 IDENT *b_score; member
Dexecute.c487 bp->b_score = score; in create_shot()