From b58e57786dcf20a1238de817ffd6c05754a450b7 Mon Sep 17 00:00:00 2001 From: molivier Date: Tue, 20 Jul 2004 09:59:46 +0000 Subject: [PATCH] Fixed the sliders and the toggles in the options menu git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4278 d7cf8633-e32d-0410-b094-e92efae38249 --- menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.c b/menu.c index 13492b60..d3626cb0 100644 --- a/menu.c +++ b/menu.c @@ -1193,7 +1193,7 @@ void M_Menu_Options_AdjustSliders (int dir) int optnum; S_LocalSound ("misc/menu3.wav", true); - optnum = 6; + optnum = 7; if (options_cursor == optnum++) Cvar_SetValueQuick (&vid_conwidth, bound(320, vid_conwidth.value + dir * 64, 2048)); else if (options_cursor == optnum++) -- 2.39.2