| 206 | xr_delete(m_pPhysicsShell); |
| 207 | } |
| 208 | void CPhysicsShellHolder::PHSetMaterial(u16 m) |
| 209 | { |
| 210 | if (m_pPhysicsShell) |
| 211 | m_pPhysicsShell->SetMaterial(m); |
| 212 | } |
| 213 | |
| 214 | void CPhysicsShellHolder::PHSetMaterial(LPCSTR m) |
| 215 | { |
nothing calls this directly
no test coverage detected