| 226 | } |
| 227 | |
| 228 | void cSound_PC2::Music_Stop() { |
| 229 | mPlayingTrack = -1; |
| 230 | |
| 231 | if (mSound == false) |
| 232 | return; |
| 233 | |
| 234 | Mix_FadeOutMusic(500); |
| 235 | } |
| 236 | |
| 237 | void cSound_PC2::Music_Play( int16 pTrack, int16 pSong) { |
| 238 | std::string filename; |
nothing calls this directly
no outgoing calls
no test coverage detected