MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetSoundMixer

Method GetSoundMixer

sndlib/sdlsound.cpp:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198bool lnxsound::SetSoundMixer(char mixer_type) { return true; }
199
200char lnxsound::GetSoundMixer() { return SOUND_MIXER_SOFTWARE_16; }
201
202// Determines if a sound will play. Takes into account maximum allowable
203// sounds.

Callers 2

setupMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected