| 671 | } |
| 672 | |
| 673 | void CPathPadDialog::OnAinForward() { |
| 674 | vector diff = Viewer_object->orient.fvec * BNode_move_amount; |
| 675 | |
| 676 | EBNode_Move(true, BNode_current_room, BNode_current_id, &diff); |
| 677 | World_changed = 1; |
| 678 | } |
| 679 | |
| 680 | void CPathPadDialog::OnAinInsertNodeOnEdge() { |
| 681 | EBNode_InsertNodeOnEdge(BNode_current_id, BNode_current_room, BNode_other_id, BNode_other_room); |
nothing calls this directly
no test coverage detected