Destroys the mines BSP tree at shutdown
| 771 | |
| 772 | // Destroys the mines BSP tree at shutdown |
| 773 | void DestroyDefaultBSPTree() { DestroyBSPTree(&MineBSP); } |
| 774 | |
| 775 | // Given an object, a submodel, and a vertex number, calculates the world position |
| 776 | // of that point |
no test coverage detected