| 563 | } |
| 564 | |
| 565 | void aqua_beam::kill_ring() |
| 566 | { |
| 567 | aqua_beam::ring_segment& back = ring.queue.back(); |
| 568 | xModelInstanceFree(back.model); |
| 569 | |
| 570 | if (back.sound_handle != 0) |
| 571 | { |
| 572 | kill_sound(3, back.sound_handle); |
| 573 | } |
| 574 | ring.queue.pop_back(); |
| 575 | } |
| 576 | |
| 577 | xAnimTable* ZNPC_AnimTable_Prawn() |
| 578 | { |
nothing calls this directly
no test coverage detected