| 657 | } |
| 658 | |
| 659 | void CPathPadDialog::OnAinDeleteNode() { |
| 660 | EBNode_RemoveNode(BNode_current_room, BNode_current_id); |
| 661 | World_changed = 1; |
| 662 | |
| 663 | EBNode_VerifyGraph(); |
| 664 | } |
| 665 | |
| 666 | void CPathPadDialog::OnAinDown() { |
| 667 | vector diff = -Viewer_object->orient.uvec * BNode_move_amount; |
nothing calls this directly
no test coverage detected