| 746 | kinematics->CalculateBones(); |
| 747 | } |
| 748 | void CMissile::net_Relcase(CObject* O) |
| 749 | { |
| 750 | inherited::net_Relcase(O); |
| 751 | if (PPhysicsShell() && PPhysicsShell()->isActive()) |
| 752 | { |
| 753 | if (O == smart_cast<CObject*>((CPhysicsShellHolder*)PPhysicsShell()->get_CallbackData())) |
| 754 | { |
| 755 | PPhysicsShell()->remove_ObjectContactCallback(ExitContactCallback); |
| 756 | PPhysicsShell()->set_CallbackData(NULL); |
| 757 | } |
| 758 | } |
| 759 | } |
| 760 | void CMissile::create_physic_shell() |
| 761 | { |
| 762 | // create_box2sphere_physic_shell(); |
nothing calls this directly
no test coverage detected