Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ PBEndScreen
Function
PBEndScreen
Descent3/Briefing.cpp:548–553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
void PBEndScreen() {
549
if (ok_to_parse_screen) {
550
TelcomEndScreen();
551
current_screen = -1;
552
}
553
}
554
555
bool PBLoopCallback() {
556
if (!pbfirst_call) {
Callers
nothing calls this directly
Calls
1
TelcomEndScreen
Function · 0.85
Tested by
no test coverage detected