| 5885 | } |
| 5886 | |
| 5887 | void zEntPlayer_SNDStop(_tagePlayerSnd player_snd) |
| 5888 | { |
| 5889 | if (sPlayerSnd[gCurrentPlayer][player_snd] && sPlayerSndID[gCurrentPlayer][player_snd]) |
| 5890 | { |
| 5891 | xSndStop(sPlayerSndID[gCurrentPlayer][player_snd]); |
| 5892 | sPlayerSndID[gCurrentPlayer][player_snd] = 0; |
| 5893 | if (globals.sceneCur->sceneID != 'MNU3') |
| 5894 | { |
| 5895 | xPadDestroyRumbleChain(globals.currentActivePad); |
| 5896 | } |
| 5897 | } |
| 5898 | } |
| 5899 | |
| 5900 | void zEntPlayer_SNDStopStream() |
| 5901 | { |
no test coverage detected