| 3485 | } |
| 3486 | |
| 3487 | void cruise_bubble::state_camera_attach::lock_hazard_targets() |
| 3488 | { |
| 3489 | HAZ_Iterate(hazard_check, 0, 0x208000); |
| 3490 | } |
| 3491 | |
| 3492 | bool cruise_bubble::state_camera_attach::hazard_check(NPCHazard& haz, void* context) |
| 3493 | { |
nothing calls this directly
no test coverage detected