MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Music_Stop

Method Music_Stop

Source/PC/Sound_PC2.cpp:228–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected