| 115 | void CarHitCallback(bool& /**do_colide/**/, dContact& /**c/**/) {} |
| 116 | |
| 117 | void CPHCharacter::GetSavedVelocity(Fvector& vvel) |
| 118 | { |
| 119 | if (IsEnabled()) |
| 120 | vvel.set(m_safe_velocity); |
| 121 | else |
| 122 | GetVelocity(vvel); |
| 123 | } |
| 124 | |
| 125 | void CPHCharacter::CutVelocity(float l_limit, float /*a_limit*/) |
| 126 | { |
no test coverage detected