34 :
Shot(pos, shot_cam, dsn, ship),
35 decoy_type(0), iff_code(0)
135 double dlen = delta.
length();
146 if (dlen < 10 *
Radius()) {
147 hull_impact = impact = shot_loc;
161 Point test = shot_org + w * (d0 * w);
163 double dlen = d1.length();
166 hull_impact = impact = test;
172 else if (dlen < 2*
Radius()) {
173 hull_impact = impact = shot_loc;
181 if (hit_type != HIT_NOTHING) {
182 double effective_damage = shot->
Damage() * dscale;
191 if (effective_damage > 0)