| 691 | } |
| 692 | |
| 693 | void CPathPadDialog::OnAinMakeEdge() { |
| 694 | EBNode_AddEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room); |
| 695 | EBNode_VerifyGraph(); |
| 696 | World_changed = 1; |
| 697 | } |
| 698 | |
| 699 | void CPathPadDialog::OnKillfocusAinMoveAmount() { |
| 700 | CEdit *ebox; |
nothing calls this directly
no test coverage detected