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

Function TelcomDestroyScanLine

Descent3/TelCom.cpp:2073–2079  ·  view source on GitHub ↗

Destroys the scanline

Source from the content-addressed store, hash-verified

2071
2072// Destroys the scanline
2073void TelcomDestroyScanLine(void) {
2074 if (scanline_handle <= BAD_BITMAP_HANDLE)
2075 return;
2076
2077 bm_FreeBitmap(scanline_handle);
2078 scanline_handle = -1;
2079}
2080
2081// Loads the mouse cursor
2082void TelcomLoadMouseCursor(void) {

Callers 1

Calls 1

bm_FreeBitmapFunction · 0.85

Tested by

no test coverage detected