mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
Fix mouse sensitivity
This commit is contained in:
parent
2f4be59017
commit
8ab1bfb917
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user