Initalizes the Telcom sound sytem
| 3291 | |
| 3292 | // Initalizes the Telcom sound sytem |
| 3293 | void TelcomInitSounds(void) { |
| 3294 | for (int i = 0; i < TCSND_SOUNDCOUNT; i++) { |
| 3295 | TelcomSounds[i].hlhandle = -1; |
| 3296 | TelcomSounds[i].handle = FindSoundName(IGNORE_TABLE(TCSoundFiles[i])); |
| 3297 | } |
| 3298 | } |
| 3299 | |
| 3300 | // Closes down the Telcom sound system |
| 3301 | void TelcomCloseSounds(void) { |
no test coverage detected