From 718a2d72d4e3d1f2fbffa65547726c422802986f Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 28 Jan 2007 08:25:15 +0000 Subject: [PATCH] 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 --- menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2