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

Function TelcomRenderClose

Descent3/TelCom.cpp:1479–1482  ·  view source on GitHub ↗

Closes down the Telcom rendering engine

Source from the content-addressed store, hash-verified

1477
1478// Closes down the Telcom rendering engine
1479void TelcomRenderClose(void) {
1480 TelcomDestroyScreenOverlays();
1481 TC_current_screen = DUMMY_SCREEN;
1482}
1483
1484// Renders the current screen for 1 frame
1485void TelcomRenderScreen(bool poweron, bool powerup, uint8_t power_effect) {

Callers 1

TelComMainFunction · 0.85

Calls 1

Tested by

no test coverage detected