| 629 | } |
| 630 | |
| 631 | void CPathPadDialog::OnAinCreateNodes() { |
| 632 | MakeBOA(); |
| 633 | EBNode_MakeFirstPass(); |
| 634 | World_changed = 1; |
| 635 | } |
| 636 | |
| 637 | void CPathPadDialog::OnSelendokAinCurrentNode() { |
| 638 | int cur; |
nothing calls this directly
no test coverage detected