| 70 | } |
| 71 | |
| 72 | void trap_S_StartLocalSound( sfxHandle_t sfx, int channelNum ) |
| 73 | { |
| 74 | // syscall( UI_S_STARTLOCALSOUND, sfx, channelNum ); |
| 75 | S_StartLocalSound( sfx, channelNum ); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | void trap_S_StopSounds( void ) |
nothing calls this directly
no test coverage detected