From b56a202cc6d667398da91c0250d8cd15eeaa1d4d Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Fri, 12 Jan 2024 16:28:30 -0700 Subject: [PATCH] Remove gamma slider from menus --- src/menus/options-video-1.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/menus/options-video-1.c b/src/menus/options-video-1.c index b3eb199bd..f02135b10 100644 --- a/src/menus/options-video-1.c +++ b/src/menus/options-video-1.c @@ -13,6 +13,9 @@ menuitem_t OPTIONS_Video[] = {IT_STRING | IT_CALL, "Set Resolution...", "Change the screen resolution for the game.", NULL, {.routine = M_VideoModeMenu}, 0, 0}, + {IT_NOTHING|IT_SPACE, NULL, NULL, + NULL, {NULL}, 0, 0}, + #if (defined (__unix__) && !defined (MSDOS)) || defined (UNIXCOMMON) || defined (HAVE_SDL) {IT_STRING | IT_CVAR, "Fullscreen", "Set whether you want to use fullscreen or windowed mode.", NULL, {.cvar = &cv_fullscreen}, 0, 0}, @@ -35,12 +38,15 @@ menuitem_t OPTIONS_Video[] = NULL, {.cvar = &cv_reducevfx}, 0, 0}, #endif + /* {IT_STRING | IT_CVAR | IT_CV_SLIDER, "Gamma", "Adjusts the overall brightness of the game.", NULL, {.cvar = &cv_globalgamma}, 0, 0}, {IT_NOTHING|IT_SPACE, NULL, NULL, NULL, {NULL}, 0, 0}, + */ + {IT_HEADER, "Advanced...", NULL, NULL, {NULL}, 0, 0},