Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ render_state
Function
render_state
src/SB/Game/zEntCruiseBubble.cpp:792–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
790
}
791
792
void render_state()
793
{
794
for (int i = THREAD_PLAYER; i < MAX_THREAD; ++i)
795
{
796
if (shared.state[i] != NULL)
797
{
798
shared.state[i]->render();
799
}
800
}
801
}
802
803
void state_type::render()
804
{
Callers
1
render
Method · 0.70
Calls
1
render
Method · 0.45
Tested by
no test coverage detected