From 2f3f2e71a6abe8bbcbabfce69784eee76f301952 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sat, 6 Apr 2024 01:48:46 -0700 Subject: [PATCH] "Last Place Explodes" menu option --- src/menus/options-gameplay-1.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/menus/options-gameplay-1.c b/src/menus/options-gameplay-1.c index 67ab572ed..96f992c0e 100644 --- a/src/menus/options-gameplay-1.c +++ b/src/menus/options-gameplay-1.c @@ -33,6 +33,9 @@ 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_STRING | IT_CVAR, "Last Place Explodes", "Once the standings are complete, give the race an explosive finish!", + NULL, {.cvar = &cv_karteliminatelast}, 0, 0}, + {IT_HEADER, "Battle...", NULL, NULL, {NULL}, 0, 0},