"Last Place Explodes" menu option

This commit is contained in:
AJ Martinez 2024-04-06 01:48:46 -07:00
parent a7b3bc5938
commit 2f3f2e71a6

View file

@ -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},