]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
corrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS constants (the last 3 items of...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 28 Jan 2007 08:25:15 +0000 (08:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 28 Jan 2007 08:25:15 +0000 (08:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6763 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index 817713d0eaaf2829c6e08e192b996e15ea1f312d..70251adeda55f2d36b1fb5540bb9b0fdef6184f1 100644 (file)
--- 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;