]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fixed the sliders and the toggles in the options menu
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Jul 2004 09:59:46 +0000 (09:59 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Jul 2004 09:59:46 +0000 (09:59 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4278 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index 13492b601cd6fc0083b522285f13f7fe0815bd2a..d3626cb035eb251870a9766c3ca786e909f295d2 100644 (file)
--- 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++)