| 657 | } |
| 658 | |
| 659 | void CObjectDialog::OnObjmoveZ() { |
| 660 | D3EditState.object_move_axis = OBJMOVEAXIS_Z; |
| 661 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 662 | } |
| 663 | |
| 664 | void CObjectDialog::OnObjmoveP() { |
| 665 | D3EditState.object_move_axis = OBJMOVEAXIS_P; |
nothing calls this directly
no test coverage detected