| 779 | void CPathPadDialog::OnAinVerifyLevel() { EBNode_VerifyGraph(); } |
| 780 | |
| 781 | void CPathPadDialog::OnAinVerifyRoom() { |
| 782 | EBNode_ClearLevel(); |
| 783 | World_changed = 1; |
| 784 | } |
| 785 | |
| 786 | void CPathPadDialog::OnAinViewAllNodes() { |
| 787 | EBN_draw_type = EBDRAW_LEVEL; |
nothing calls this directly
no test coverage detected