mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- remove m_filter from the menu as well
This commit is contained in:
parent
f1ad0961be
commit
0c3840fe62
2 changed files with 0 additions and 2 deletions
|
@ -737,7 +737,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
|
||||
|
|
|
@ -115,7 +115,6 @@ OptionMenu "MouseOptionsSimple" 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 ""
|
||||
Option "$MOUSEMNU_INVERTMOUSE", "invertmouse", "OnOff"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue