| 612 | } |
| 613 | |
| 614 | void CPathPadDialog::OnAinBack() { |
| 615 | vector diff = -Viewer_object->orient.fvec * BNode_move_amount; |
| 616 | |
| 617 | EBNode_Move(true, BNode_current_room, BNode_current_id, &diff); |
| 618 | World_changed = 1; |
| 619 | } |
| 620 | |
| 621 | void CPathPadDialog::OnAinCreateNodeAtViewer() { |
| 622 | int node = EBNode_AddNode(Viewer_object->roomnum, &Viewer_object->pos, true, true); |
nothing calls this directly
no test coverage detected