| 664 | } |
| 665 | |
| 666 | void CPathPadDialog::OnAinDown() { |
| 667 | vector diff = -Viewer_object->orient.uvec * BNode_move_amount; |
| 668 | |
| 669 | EBNode_Move(true, BNode_current_room, BNode_current_id, &diff); |
| 670 | World_changed = 1; |
| 671 | } |
| 672 | |
| 673 | void CPathPadDialog::OnAinForward() { |
| 674 | vector diff = Viewer_object->orient.fvec * BNode_move_amount; |
nothing calls this directly
no test coverage detected