mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- Remove m_filter
option from the menu. The remainder of the removal will come from a backend sync with GZDoom.
This commit is contained in:
parent
612dd049f9
commit
add86d8cdb
1 changed files with 0 additions and 1 deletions
|
@ -814,7 +814,6 @@ OptionMenu "MouseOptions" protected
|
|||
StaticText ""
|
||||
Slider "$MOUSEMNU_SENSITIVITY_X", "m_sensitivity_x", 0.5, 8, 0.25
|
||||
Slider "$MOUSEMNU_SENSITIVITY_Y", "m_sensitivity_y", 0.5, 8, 0.25
|
||||
Option "$MOUSEMNU_SMOOTHMOUSE", "m_filter", "YesNo"
|
||||
StaticText ""
|
||||
Slider "$MOUSEMNU_TURNSPEED", "m_yaw", 0, 2.5, 0.1
|
||||
Slider "$MOUSEMNU_MOUSELOOKSPEED", "m_pitch", 0, 2.5, 0.1
|
||||
|
|
Loading…
Reference in a new issue