| 54 | } |
| 55 | |
| 56 | void CCarDamageParticles::Play2(CCar* car) |
| 57 | { |
| 58 | VERIFY(!ph_world->Processing()); |
| 59 | if (*m_car_damage_particles2) |
| 60 | { |
| 61 | BIDS_I i = bones2.begin(), e = bones2.end(); |
| 62 | for (; e != i; ++i) |
| 63 | car->StartParticles(m_car_damage_particles2, *i, Fvector().set(0, 1, 0), car->ID()); |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | void CCarDamageParticles::PlayWheel1(CCar* car, u16 bone_id) |
| 68 | { |
no test coverage detected