Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zMusicReset
Function
zMusicReset
src/SB/Game/zMusic.cpp:487–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
}
486
487
void zMusicReset()
488
{
489
S32 currMusic;
490
currMusic = getCurrLevelMusicEnum();
491
if (sMusicLastEnum[0] != currMusic)
492
{
493
zMusicNotify(0);
494
}
495
}
Callers
1
zSceneReset
Function · 0.85
Calls
2
getCurrLevelMusicEnum
Function · 0.70
zMusicNotify
Function · 0.70
Tested by
no test coverage detected