mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Consistency - "Go on and select a course!"
Replaces: - "Go on and select a race track!" (Match Race) - "Go on and select a level!" (Online)
This commit is contained in:
parent
c7c74ec11b
commit
4f86c25e55
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ menuitem_t PLAY_RaceDifficulty[] =
|
|||
{IT_STRING | IT_CALL, "Cup Select", "Go on and select a cup!", "MENUI004", {.routine = M_LevelSelectInit}, 2, GT_RACE},
|
||||
|
||||
// Match Race
|
||||
{IT_STRING | IT_CALL, "Map Select", "Go on and select a race track!", "MENUI005", {.routine = M_LevelSelectInit}, 0, GT_RACE},
|
||||
{IT_STRING | IT_CALL, "Map Select", "Go on and select a course!", "MENUI005", {.routine = M_LevelSelectInit}, 0, GT_RACE},
|
||||
|
||||
{IT_STRING | IT_CALL, "Back", NULL, NULL, {.routine = M_GoBack}, 0, 0},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ menuitem_t PLAY_MP_Host[] =
|
|||
{IT_STRING2 | IT_CALL, "Server Options...", "Update server settings.",
|
||||
NULL, {.routine = M_ServerOptions}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CALL, "Map Select", "Go on and select a level!",
|
||||
{IT_STRING | IT_CALL, "Map Select", "Go on and select a course!",
|
||||
NULL, {.routine = M_MPSetupNetgameMapSelect}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CALL, "Back", NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue