| 684 | } |
| 685 | |
| 686 | void CPathPadDialog::OnAinLeft() { |
| 687 | vector diff = -Viewer_object->orient.rvec * BNode_move_amount; |
| 688 | |
| 689 | EBNode_Move(true, BNode_current_room, BNode_current_id, &diff); |
| 690 | World_changed = 1; |
| 691 | } |
| 692 | |
| 693 | void CPathPadDialog::OnAinMakeEdge() { |
| 694 | EBNode_AddEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room); |
nothing calls this directly
no test coverage detected