mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Full stops for game speed/difficulty descriptions, for consistency
This commit is contained in:
parent
d0552381bc
commit
73a5500b0e
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@
|
||||||
menuitem_t PLAY_RaceDifficulty[] =
|
menuitem_t PLAY_RaceDifficulty[] =
|
||||||
{
|
{
|
||||||
// For GP
|
// For GP
|
||||||
{IT_STRING | IT_CVAR, "Difficulty", "Select the game difficulty",
|
{IT_STRING | IT_CVAR, "Difficulty", "Select the game difficulty.",
|
||||||
"MENUI004", {.cvar = &cv_dummygpdifficulty}, 0, 0},
|
"MENUI004", {.cvar = &cv_dummygpdifficulty}, 0, 0},
|
||||||
|
|
||||||
// Match Race
|
// Match Race
|
||||||
{IT_STRING | IT_CVAR, "Difficulty", "Select the game speed",
|
{IT_STRING | IT_CVAR, "Difficulty", "Select the game speed.",
|
||||||
"MENUI005", {.cvar = &cv_dummykartspeed}, 0, 0},
|
"MENUI005", {.cvar = &cv_dummykartspeed}, 0, 0},
|
||||||
|
|
||||||
// DISABLE THAT OPTION OUTSIDE OF MATCH RACE
|
// DISABLE THAT OPTION OUTSIDE OF MATCH RACE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue