| 672 | } |
| 673 | |
| 674 | void CObjectDialog::OnObjmoveB() { |
| 675 | D3EditState.object_move_axis = OBJMOVEAXIS_B; |
| 676 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 677 | } |
| 678 | |
| 679 | void CObjectDialog::OnObjmovePH() { |
| 680 | D3EditState.object_move_axis = OBJMOVEAXIS_PH; |
nothing calls this directly
no test coverage detected