Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ enable_ui
Function
enable_ui
src/SB/Game/zUI.cpp:1792–1799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1790
}
1791
1792
static void enable_ui(_zUI* ui)
1793
{
1794
if (ui)
1795
{
1796
ui->baseFlags |= 0x1;
1797
ui->flags |= 0x1;
1798
}
1799
}
1800
1801
static void refresh_patsocks(U32 world)
1802
{
Callers
1
refresh_patsocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected