mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-18 09:31:09 +00:00
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:
parent
5c14b80c8e
commit
284ebd13b5
1 changed files with 3 additions and 0 deletions
|
@ -1108,6 +1108,9 @@ bool DPlayerMenu::MouseEvent(int type, int x, int y)
|
||||||
SendNewColor (RPART(color), GPART(color), v);
|
SendNewColor (RPART(color), GPART(color), v);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NAME_Autoaim:
|
||||||
|
AutoaimChanged(li);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue