| 642 | // Keypad functions! |
| 643 | |
| 644 | void CObjectDialog::OnObjmoveX() { |
| 645 | D3EditState.object_move_axis = OBJMOVEAXIS_X; |
| 646 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 647 | } |
| 648 | |
| 649 | void CObjectDialog::OnObjmoveY() { |
| 650 | D3EditState.object_move_axis = OBJMOVEAXIS_Y; |
nothing calls this directly
no test coverage detected