| 68 | m_pPhysicsShell->InterpolateGlobalTransform(&XFORM()); |
| 69 | } |
| 70 | void CBreakableObject::enable_notificate() |
| 71 | { |
| 72 | if (b_resived_damage) |
| 73 | ProcessDamage(); |
| 74 | } |
| 75 | |
| 76 | // void CBreakableObject::Hit(float P,Fvector &dir, CObject* who,s16 element, |
| 77 | // Fvector p_in_object_space, float impulse, ALife::EHitType hit_type) |