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

Function TelcomDestroyScreenOverlays

Descent3/TelCom.cpp:1871–1878  ·  view source on GitHub ↗

Destroys the screen overlays that were used for the main monitor

Source from the content-addressed store, hash-verified

1869
1870// Destroys the screen overlays that were used for the main monitor
1871void TelcomDestroyScreenOverlays(void) {
1872 TelcomFreeHiLites();
1873 TelcomDestroyScanLine();
1874 TelcomFreeMouseCursor();
1875 TelcomFreeCorners();
1876 // TelcomFreeStaticOverlays();
1877 TelcomFreePowerEffect();
1878}
1879
1880#define HIGH_STATIC 50.0
1881#define NEG_CUT 40.0

Callers 1

TelcomRenderCloseFunction · 0.85

Calls 5

TelcomFreeHiLitesFunction · 0.85
TelcomDestroyScanLineFunction · 0.85
TelcomFreeMouseCursorFunction · 0.85
TelcomFreeCornersFunction · 0.85
TelcomFreePowerEffectFunction · 0.85

Tested by

no test coverage detected