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

Function CheckTempPoints

renderer/HardwareClipper.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// Verify that all the temp points are free, and free them it they are not.
59#ifdef _DEBUG
60void CheckTempPoints(void) {
61 if (free_point_num) {
62 Int3();
63 InitFreePoints();
64 }
65}
66#endif
67
68// Free up any temp points (created by the clipper) in the given pointlist

Callers 4

g3_EndFrameFunction · 0.85
g3_DrawLineFunction · 0.85
g3_DrawSpecialLineFunction · 0.85
g3_FreeTempPointsFunction · 0.85

Calls 1

InitFreePointsFunction · 0.85

Tested by

no test coverage detected