=================== S_DisableSounds Disables sounds until the next S_BeginRegistration. This is called when the hunk is cleared and the sounds are no longer valid. =================== */
| 905 | =================== |
| 906 | */ |
| 907 | void S_DisableSounds( void ) { |
| 908 | S_StopAllSounds(); |
| 909 | s_soundMuted = qtrue; |
| 910 | } |
| 911 | |
| 912 | /* |
| 913 | ===================== |
no test coverage detected