Autoaim is now updated when adjusting slider with mouse

Fixes #208 Autoaim slider in Player Setup does not save if changed with cursor
This commit is contained in:
alexey.lysiuk 2017-01-09 16:52:15 +02:00 committed by Christoph Oelckers
parent 5c14b80c8e
commit 284ebd13b5

View file

@ -1108,6 +1108,9 @@ bool DPlayerMenu::MouseEvent(int type, int x, int y)
SendNewColor (RPART(color), GPART(color), v);
}
break;
case NAME_Autoaim:
AutoaimChanged(li);
break;
}
}
return res;