| 5877 | } |
| 5878 | |
| 5879 | void zEntPlayer_SNDSetPitch(_tagePlayerSnd player_snd, F32 new_pitch) |
| 5880 | { |
| 5881 | if (sPlayerSnd[gCurrentPlayer][player_snd]) |
| 5882 | { |
| 5883 | xSndSetPitch(sPlayerSndID[gCurrentPlayer][player_snd], new_pitch); |
| 5884 | } |
| 5885 | } |
| 5886 | |
| 5887 | void zEntPlayer_SNDStop(_tagePlayerSnd player_snd) |
| 5888 | { |
no test coverage detected