| 647 | } |
| 648 | |
| 649 | void CObjectDialog::OnObjmoveY() { |
| 650 | D3EditState.object_move_axis = OBJMOVEAXIS_Y; |
| 651 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 652 | } |
| 653 | |
| 654 | void CObjectDialog::OnObjmoveXY() { |
| 655 | D3EditState.object_move_axis = OBJMOVEAXIS_XY; |
nothing calls this directly
no test coverage detected