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

Function TelcomDisableStatic

Descent3/TelCom.cpp:1680–1684  ·  view source on GitHub ↗

Disables static on the Telcom main screen

Source from the content-addressed store, hash-verified

1678
1679// Disables static on the Telcom main screen
1680void TelcomDisableStatic(void) {
1681 Telcom_show_static = false;
1682 // TCEndStaticSound();
1683 Telcom_static_last_frame = false;
1684}
1685
1686// Enables glitching on the Telcom main screen
1687void TelcomEnableGlitch(float setting) {

Callers 2

TelcomRenderInitFunction · 0.85
ParseBriefingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected