From: havoc Date: Sun, 28 Jan 2007 08:25:15 +0000 (+0000) Subject: corrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS constants (the last 3 items of... X-Git-Tag: xonotic-v0.1.0preview~3647 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=718a2d72d4e3d1f2fbffa65547726c422802986f;p=xonotic%2Fdarkplaces.git corrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS constants (the last 3 items of the graphics options submenu were not reachable) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6763 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 817713d0..70251ade 100644 --- a/menu.c +++ b/menu.c @@ -1553,7 +1553,7 @@ static void M_DrawCheckbox (int x, int y, int on) } -#define OPTIONS_ITEMS 39 +#define OPTIONS_ITEMS 38 static int options_cursor; @@ -1976,7 +1976,7 @@ static void M_Options_Effects_Key (int k, char ascii) } -#define OPTIONS_GRAPHICS_ITEMS 16 +#define OPTIONS_GRAPHICS_ITEMS 19 static int options_graphics_cursor;