mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change Race>Time Attack menu help text
This commit is contained in:
parent
ca4e001bac
commit
858fa44bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ menuitem_t PLAY_RaceGamemodesMenu[] =
|
|||
{IT_STRING | IT_CALL, "Match Race", "Play by your own rules in a specialized, single race!",
|
||||
"MENUI005", {.routine = M_SetupDifficultySelect}, 1, 0},
|
||||
|
||||
{IT_STRING | IT_CALL, "Time Attack", "Record your best time on any track!",
|
||||
{IT_STRING | IT_CALL, "Time Attack", "Race versus your best at \x87Gear 3\x80 - can you handle the heat?",
|
||||
"MENUI006", {.routine = M_LevelSelectInit}, 1, GT_RACE},
|
||||
|
||||
{IT_STRING | IT_CALL, "Back", NULL, NULL, {.routine = M_GoBack}, 0, 0},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue