MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / resume

Function resume

TheForceEngine/TFE_Audio/midiPlayer.cpp:286–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 void resume()
287 {
288 SDL_LockMutex(s_midiThreadMutex);
289 MidiCmd* midiCmd = midiAllocCmd();
290 if (midiCmd)
291 {
292 midiCmd->cmd = MIDI_RESUME;
293 }
294 SDL_UnlockMutex(s_midiThreadMutex);
295 }
296
297 void stopMidiSound()
298 {

Callers 2

exitGameMethod · 0.50
resumeLevelSoundFunction · 0.50

Calls 1

midiAllocCmdFunction · 0.85

Tested by

no test coverage detected