| 652 | } |
| 653 | |
| 654 | void CObjectDialog::OnObjmoveXY() { |
| 655 | D3EditState.object_move_axis = OBJMOVEAXIS_XY; |
| 656 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 657 | } |
| 658 | |
| 659 | void CObjectDialog::OnObjmoveZ() { |
| 660 | D3EditState.object_move_axis = OBJMOVEAXIS_Z; |
nothing calls this directly
no test coverage detected