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

Function DestroyDefaultBSPTree

Descent3/bsp.cpp:773–773  ·  view source on GitHub ↗

Destroys the mines BSP tree at shutdown

Source from the content-addressed store, hash-verified

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

Callers 1

FreeThisLevelFunction · 0.85

Calls 1

DestroyBSPTreeFunction · 0.85

Tested by

no test coverage detected