| 922 | } |
| 923 | |
| 924 | static void Spkr_DSUninit() |
| 925 | { |
| 926 | if(SpeakerVoice.lpDSBvoice && SpeakerVoice.bActive) |
| 927 | DSVoiceStop(&SpeakerVoice); |
| 928 | |
| 929 | DSReleaseSoundBuffer(&SpeakerVoice); |
| 930 | } |
| 931 | |
| 932 | //============================================================================= |
| 933 |
no test coverage detected