From 8fc199c6e2edc9677b65a391af9440d8a88e3f71 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 31 Dec 2023 10:03:03 -0800 Subject: [PATCH] Menus/Gameplay Options: put Race/Battle options in drawers --- src/menus/options-gameplay-1.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/menus/options-gameplay-1.c b/src/menus/options-gameplay-1.c index e8f3a8a5d..0d4831188 100644 --- a/src/menus/options-gameplay-1.c +++ b/src/menus/options-gameplay-1.c @@ -6,6 +6,9 @@ menuitem_t OPTIONS_Gameplay[] = { + {IT_HEADER, "Race...", NULL, + NULL, {NULL}, 0, 0}, + {IT_STRING | IT_CVAR, "Game Speed", "Change Game Speed for the next map.", NULL, {.cvar = &cv_kartspeed}, 0, 0}, @@ -21,7 +24,8 @@ menuitem_t OPTIONS_Gameplay[] = {IT_STRING | IT_CVAR, "Exit Countdown", "How long players have to finish after 1st place finishes.", NULL, {.cvar = &cv_countdowntime}, 0, 0}, - {IT_SPACE | IT_NOTHING, NULL, NULL, + + {IT_HEADER, "Battle...", NULL, NULL, {NULL}, 0, 0}, {IT_STRING | IT_CVAR, "Time Limit", "Change the time limit for Battle rounds.", @@ -30,7 +34,8 @@ menuitem_t OPTIONS_Gameplay[] = {IT_STRING | IT_CVAR, "Starting Bumpers", "Change how many bumpers player start with in Battle.", NULL, {.cvar = &cv_kartbumpers}, 0, 0}, - {IT_SPACE | IT_NOTHING, NULL, NULL, + + {IT_SPACE | IT_DYBIGSPACE, NULL, NULL, NULL, {NULL}, 0, 0}, {IT_STRING | IT_SUBMENU, "Random Item Toggles...", "Change which items to enable for your games.",