Numlaps is a cheat, remove from gameplay options per discussion

This commit is contained in:
toaster 2024-04-11 20:29:45 +01:00
parent a27c41b23d
commit 9cb6ae647c
2 changed files with 0 additions and 4 deletions

View file

@ -478,7 +478,6 @@ typedef enum
{ {
gopt_spacer0 = 0, gopt_spacer0 = 0,
gopt_gamespeed, gopt_gamespeed,
gopt_baselapcount,
gopt_frantic, gopt_frantic,
gopt_encore, gopt_encore,
gopt_exitcountdown, gopt_exitcountdown,

View file

@ -21,9 +21,6 @@ menuitem_t OPTIONS_Gameplay[] =
{IT_STRING | IT_CVAR, "Game Speed", "Gear for the next map.", {IT_STRING | IT_CVAR, "Game Speed", "Gear for the next map.",
NULL, {.cvar = &cv_kartspeed}, 0, 0}, NULL, {.cvar = &cv_kartspeed}, 0, 0},
{IT_STRING | IT_CVAR, "Base Lap Count", "How many laps must be completed per race.",
NULL, {.cvar = &cv_numlaps}, 0, 0},
{IT_STRING | IT_CVAR, "Frantic Items", "Make item odds crazier with more powerful items!", {IT_STRING | IT_CVAR, "Frantic Items", "Make item odds crazier with more powerful items!",
NULL, {.cvar = &cv_kartfrantic}, 0, 0}, NULL, {.cvar = &cv_kartfrantic}, 0, 0},