| 619 | } |
| 620 | |
| 621 | void CPathPadDialog::OnAinCreateNodeAtViewer() { |
| 622 | int node = EBNode_AddNode(Viewer_object->roomnum, &Viewer_object->pos, true, true); |
| 623 | |
| 624 | if (node != -1) { |
| 625 | World_changed = 1; |
| 626 | } |
| 627 | |
| 628 | // EBNode_VerifyGraph(); |
| 629 | } |
| 630 | |
| 631 | void CPathPadDialog::OnAinCreateNodes() { |
| 632 | MakeBOA(); |
nothing calls this directly
no test coverage detected