From: molivier Date: Tue, 20 Jul 2004 09:59:46 +0000 (+0000) Subject: Fixed the sliders and the toggles in the options menu X-Git-Tag: xonotic-v0.1.0preview~5784 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b58e57786dcf20a1238de817ffd6c05754a450b7;p=xonotic%2Fdarkplaces.git 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 --- 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++)