mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-14 16:01:52 +00:00
MENU: Cap Field of View at 150
This commit is contained in:
parent
93cb148e2e
commit
25b1e08b56
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ void() Menu_Video =
|
|||
|
||||
// Field of View
|
||||
Menu_Button(6, "vm_fov", "FIELD OF VIEW", "Change Camera Field of View.") ? 0 : 0;
|
||||
Menu_CvarSlider(6, [10, 200, 190], "fov", true, false);
|
||||
Menu_CvarSlider(6, [10, 150, 140], "fov", true, false);
|
||||
|
||||
// Gamma
|
||||
Menu_Button(7, "vm_gamma", "GAMMA", "Adjust game Black Level.") ? 0 : 0;
|
||||
|
|
Loading…
Reference in a new issue