| 734 | } |
| 735 | |
| 736 | void CPathPadDialog::OnAinResetRoomNodes() { |
| 737 | // TODO: Add your control notification handler code here |
| 738 | EBNode_VerifyGraph(); |
| 739 | } |
| 740 | |
| 741 | void CPathPadDialog::OnAinRight() { |
| 742 | vector diff = Viewer_object->orient.rvec * BNode_move_amount; |
nothing calls this directly
no test coverage detected