| 662 | } |
| 663 | |
| 664 | void CObjectDialog::OnObjmoveP() { |
| 665 | D3EditState.object_move_axis = OBJMOVEAXIS_P; |
| 666 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 667 | } |
| 668 | |
| 669 | void CObjectDialog::OnObjmoveH() { |
| 670 | D3EditState.object_move_axis = OBJMOVEAXIS_H; |
nothing calls this directly
no test coverage detected