| 667 | } |
| 668 | |
| 669 | void CObjectDialog::OnObjmoveH() { |
| 670 | D3EditState.object_move_axis = OBJMOVEAXIS_H; |
| 671 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 672 | } |
| 673 | |
| 674 | void CObjectDialog::OnObjmoveB() { |
| 675 | D3EditState.object_move_axis = OBJMOVEAXIS_B; |
nothing calls this directly
no test coverage detected