| 58 | // Verify that all the temp points are free, and free them it they are not. |
| 59 | #ifdef _DEBUG |
| 60 | void 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 |
no test coverage detected