| 5869 | } |
| 5870 | |
| 5871 | void zEntPlayer_SNDSetVol(_tagePlayerSnd player_snd, F32 new_vol) |
| 5872 | { |
| 5873 | if (sPlayerSnd[gCurrentPlayer][player_snd]) |
| 5874 | { |
| 5875 | xSndSetVol(sPlayerSndID[gCurrentPlayer][player_snd], new_vol); |
| 5876 | } |
| 5877 | } |
| 5878 | |
| 5879 | void zEntPlayer_SNDSetPitch(_tagePlayerSnd player_snd, F32 new_pitch) |
| 5880 | { |
no test coverage detected