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

Function TelcomCreateScreenOverlays

Descent3/TelCom.cpp:1859–1868  ·  view source on GitHub ↗

Creates the screen overlays for the main monitor

Source from the content-addressed store, hash-verified

1857
1858// Creates the screen overlays for the main monitor
1859void TelcomCreateScreenOverlays(void) {
1860 TelcomLoadHiLites(hilites, MONITOR_MAIN, 130, -2);
1861 TelcomLoadHiLites(smhilites, MONITOR_TOP, 0, -8);
1862
1863 TelcomCreateScanLine();
1864 TelcomLoadMouseCursor();
1865 TelcomCreateCorners();
1866 // TelcomCreateStaticOverlays();
1867 TelcomInitPowerEffect();
1868}
1869
1870// Destroys the screen overlays that were used for the main monitor
1871void TelcomDestroyScreenOverlays(void) {

Callers 1

TelcomRenderInitFunction · 0.85

Calls 5

TelcomLoadHiLitesFunction · 0.85
TelcomCreateScanLineFunction · 0.85
TelcomLoadMouseCursorFunction · 0.85
TelcomCreateCornersFunction · 0.85
TelcomInitPowerEffectFunction · 0.85

Tested by

no test coverage detected