| 677 | } |
| 678 | |
| 679 | void CObjectDialog::OnObjmovePH() { |
| 680 | D3EditState.object_move_axis = OBJMOVEAXIS_PH; |
| 681 | ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis); |
| 682 | } |
| 683 | |
| 684 | int CObjectDialog::GetFreePlayerIndex() { |
| 685 | uint8_t slots[MAX_NET_PLAYERS]; |
nothing calls this directly
no test coverage detected