| 3271 | } |
| 3272 | |
| 3273 | void cruise_bubble::state_missle_explode::apply_damage_hazards(F32 param) |
| 3274 | { |
| 3275 | HAZ_Iterate(&hazard_check, *(void**)¶m, 0x208000); |
| 3276 | } |
| 3277 | |
| 3278 | cruise_bubble::state_missle_explode::cb_damage_ent::cb_damage_ent(F32 radius) |
| 3279 | { |
nothing calls this directly
no test coverage detected