| 606 | float BNode_move_amount = 1.0f; |
| 607 | |
| 608 | void CPathPadDialog::OnAinAutoEdgeNode() { |
| 609 | EBNode_AutoEdgeNode(BNode_current_id, BNode_current_room); |
| 610 | EBNode_VerifyGraph(); |
| 611 | World_changed = 1; |
| 612 | } |
| 613 | |
| 614 | void CPathPadDialog::OnAinBack() { |
| 615 | vector diff = -Viewer_object->orient.fvec * BNode_move_amount; |
nothing calls this directly
no test coverage detected