Searched defs:bullet_def (Results 1 – 1 of 1) sorted by relevance
109 struct bullet_def { struct110 int b_x, b_y;111 int b_face;112 int b_charge;113 char b_type;114 char b_size;115 char b_over;116 PLAYER *b_owner;117 IDENT *b_score;118 bool b_expl;[all …]