| 135 | } |
| 136 | |
| 137 | void CCar::SCarSound::Start() |
| 138 | { |
| 139 | VERIFY(!ph_world->Processing()); |
| 140 | if (eCarSound == sndOff) |
| 141 | SwitchOn(); |
| 142 | SwitchState(sndStarting); |
| 143 | snd_engine_start.play(pcar); |
| 144 | SetSoundPosition(snd_engine_start); |
| 145 | } |
| 146 | |
| 147 | void CCar::SCarSound::Stall() |
| 148 | { |