MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / TelcomEndScreen

Function TelcomEndScreen

Descent3/TelCom.cpp:3208–3213  ·  view source on GitHub ↗

Ends a TelCom screen. Calling this enables the screen to be displayed

Source from the content-addressed store, hash-verified

3206
3207// Ends a TelCom screen. Calling this enables the screen to be displayed
3208void TelcomEndScreen(void) {
3209 ASSERT(TCWorking_screen != -1);
3210
3211 Telcom_system.Screen_state[TCWorking_screen] = SS_READY;
3212 TCWorking_screen = -1;
3213}
3214
3215float myrand(float max) { return (max * (((float)ps_rand()) / ((float)D3_RAND_MAX))); }
3216

Callers 9

TelComMainMenuFunction · 0.85
TelcomCreateDummyScreenFunction · 0.85
TelComSingleShipSelectFunction · 0.85
TelComGoalStatusFunction · 0.85
TelComCargoFunction · 0.85
TelComAutoMapFunction · 0.85
PBEndScreenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected