MCPcopy 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
548void PBEndScreen() {
549 if (ok_to_parse_screen) {
550 TelcomEndScreen();
551 current_screen = -1;
552 }
553}
554
555bool PBLoopCallback() {
556 if (!pbfirst_call) {

Callers

nothing calls this directly

Calls 1

TelcomEndScreenFunction · 0.85

Tested by

no test coverage detected