| 44 | } |
| 45 | |
| 46 | void CCarDamageParticles::Play1(CCar* car) |
| 47 | { |
| 48 | if (*m_car_damage_particles1) |
| 49 | { |
| 50 | BIDS_I i = bones1.begin(), e = bones1.end(); |
| 51 | for (; e != i; ++i) |
| 52 | car->StartParticles(m_car_damage_particles1, *i, Fvector().set(0, 1, 0), car->ID()); |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | void CCarDamageParticles::Play2(CCar* car) |
| 57 | { |
no test coverage detected