]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
corrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS constants (the last 3 items of...
[xonotic/darkplaces.git] / 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;