| 3595 | } |
| 3596 | |
| 3597 | S32 cruise_bubble::state_camera_attach::cb_lock_targets::operator()(xEnt& ent, |
| 3598 | xGridBound& bound) |
| 3599 | { |
| 3600 | if (!(ent.chkby & 0x10)) |
| 3601 | { |
| 3602 | return 1; |
| 3603 | } |
| 3604 | if (!(cruise_bubble::can_damage(&ent))) |
| 3605 | { |
| 3606 | return 1; |
| 3607 | } |
| 3608 | |
| 3609 | check_lock_target(xEntGetCenter(&ent)); |
| 3610 | |
| 3611 | return 1; |
| 3612 | } |
| 3613 | |
| 3614 | missle_record_data::missle_record_data() |
| 3615 | { |
nothing calls this directly
no test coverage detected