MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xSndSetPitch

Function xSndSetPitch

src/SB/Core/x/xSnd.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349void xSndParentDied(U32 pid)
350{
351 xSndVoiceInfo* voice = gSnd.voice;
352 for (S32 i = 0; i < 64; i++, voice++)
353 {
354 if (voice->parentID == pid)
355 {
356 voice->flags = voice->flags & 0xffffffef;
357 }

Callers 4

zEntPlayer_SNDSetPitchFunction · 0.85
set_pitchFunction · 0.85
xCutscene_UpdateFunction · 0.85
xCutscene_SetSpeedFunction · 0.85

Calls 1

iSndSetPitchFunction · 0.85

Tested by

no test coverage detected