(int leafnum)
| 803 | } |
| 804 | |
| 805 | public int CM_LeafArea(int leafnum) { |
| 806 | if (leafnum < 0 || leafnum >= numleafs) |
| 807 | Com.Error(Defines.ERR_DROP, "CM_LeafArea: bad number"); |
| 808 | return map_leafs[leafnum].area; |
| 809 | } |
| 810 | |
| 811 | cplane_t[] box_planes; |
| 812 |
no test coverage detected