| 678 | } |
| 679 | |
| 680 | void CPathPadDialog::OnAinInsertNodeOnEdge() { |
| 681 | EBNode_InsertNodeOnEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room); |
| 682 | EBNode_VerifyGraph(); |
| 683 | World_changed = 1; |
| 684 | } |
| 685 | |
| 686 | void CPathPadDialog::OnAinLeft() { |
| 687 | vector diff = -Viewer_object->orient.rvec * BNode_move_amount; |
nothing calls this directly
no test coverage detected