Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
void 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_SNDSetPitch
Function · 0.85
set_pitch
Function · 0.85
xCutscene_Update
Function · 0.85
xCutscene_SetSpeed
Function · 0.85
Calls
1
iSndSetPitch
Function · 0.85
Tested by
no test coverage detected