mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Numlaps is a cheat, remove from gameplay options per discussion
This commit is contained in:
parent
a27c41b23d
commit
9cb6ae647c
2 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue