From fcdf2d7bd72a3792cf0cc61cbf1e5a5946a00ccd Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 31 Aug 2020 20:05:17 +0200 Subject: [PATCH] - "Smooth mouse movement" referenced the wrong CVAR. Fixes #290 --- wadsrc/static/engine/menudef.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/engine/menudef.txt b/wadsrc/static/engine/menudef.txt index e558a979e..d99e697c6 100644 --- a/wadsrc/static/engine/menudef.txt +++ b/wadsrc/static/engine/menudef.txt @@ -754,7 +754,7 @@ OptionMenu "MouseOptions" //protected StaticText "" Slider "$MOUSEMNU_SENSITIVITY", "in_mousesensitivity", 0.5, 2.5, 0.1 Option "$MOUSEMNU_NOPRESCALE", "m_noprescale", "NoYes" - Option "$MOUSEMNU_SMOOTHMOUSE", "in_mousesmoothing", "YesNo" + Option "$MOUSEMNU_SMOOTHMOUSE", "m_filter", "YesNo" StaticText "" Slider "$MOUSEMNU_TURNSPEED", "in_mousescalex", -4, 4, 0.2 Slider "$MOUSEMNU_MOUSELOOKSPEED", "in_mousescaley", -4, 4, 0.2