From 8ab1bfb9174f0f3a5ed2f2748032d26b680986a6 Mon Sep 17 00:00:00 2001 From: Dss0 <7338300+Dss0@users.noreply.github.com> Date: Sat, 12 Mar 2022 12:58:45 +0100 Subject: [PATCH] Fix mouse sensitivity --- iw4x/iw4x_00/ui_mp/pc_options_look.menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iw4x/iw4x_00/ui_mp/pc_options_look.menu b/iw4x/iw4x_00/ui_mp/pc_options_look.menu index c2502d4..1e784af 100644 --- a/iw4x/iw4x_00/ui_mp/pc_options_look.menu +++ b/iw4x/iw4x_00/ui_mp/pc_options_look.menu @@ -74,7 +74,7 @@ menuDef exp text(dvarString("sensitivity")) } - PC_OPTIONS_DVARSLIDER(0, "@MENU_MOUSE_SENSITIVITY", "sensitivity", 0.01, 100, 5, ;, ;, ;, when(0)) + PC_OPTIONS_DVARSLIDER(0, "@MENU_MOUSE_SENSITIVITY", "sensitivity", 0.1, 10, 5, ;, ;, ;, when(0)) PC_OPTIONS_DVARYESNO(1, "@MENU_INVERT_MOUSE", "ui_mousePitch", uiscript updateui_mousePitch;, when(0)) PC_OPTIONS_SEPERATOR(1) @@ -89,4 +89,4 @@ menuDef PC_OPTIONS_KEYBINDSTATUS ITEM_BUTTON_BACK(ON_MENU_ESC) -} \ No newline at end of file +}