MCPcopy 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
487void zMusicReset()
488{
489 S32 currMusic;
490 currMusic = getCurrLevelMusicEnum();
491 if (sMusicLastEnum[0] != currMusic)
492 {
493 zMusicNotify(0);
494 }
495}

Callers 1

zSceneResetFunction · 0.85

Calls 2

getCurrLevelMusicEnumFunction · 0.70
zMusicNotifyFunction · 0.70

Tested by

no test coverage detected