| 708 | } |
| 709 | |
| 710 | void CPathPadDialog::OnAinMoveNodeToViewer() { |
| 711 | vector diff = Viewer_object->pos; |
| 712 | |
| 713 | EBNode_Move(false, BNode_current_room, BNode_current_id, &diff); |
| 714 | World_changed = 1; |
| 715 | } |
| 716 | |
| 717 | void CPathPadDialog::OnAinMpns() { |
| 718 | // TODO: Add your control notification handler code here |
nothing calls this directly
no test coverage detected