Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zMenuExit
Function
zMenuExit
src/SB/Game/zMenu.cpp:68–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void zMenuExit()
69
{
70
zMusicKill();
71
xSndStopAll(-5);
72
xCameraExit(&globals.camera);
73
zSceneExit(0);
74
sInMenu = 0;
75
}
76
77
void zMenuSetup()
78
{
Callers
nothing calls this directly
Calls
4
xCameraExit
Function · 0.85
zMusicKill
Function · 0.70
zSceneExit
Function · 0.70
xSndStopAll
Function · 0.50
Tested by
no test coverage detected