mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-30 06:51:50 +00:00
Fix control menu button labels
This commit is contained in:
parent
5a34474264
commit
f91836b34c
1 changed files with 2 additions and 2 deletions
|
|
@ -39,10 +39,10 @@ menuitem_t OPTIONS_ProfileControls[] = {
|
|||
{IT_CONTROL, "Brake / Go back", "Brake / Go back",
|
||||
"TLB_X", {.routine = M_ProfileSetControl}, gc_x, 0},
|
||||
|
||||
{IT_CONTROL, "Ring Bail", "Ring Bail / Burst",
|
||||
{IT_CONTROL, "Ring Bail", "Ring Bail / Burst / Time Attack Quick Restart",
|
||||
"TLB_Y", {.routine = M_ProfileSetControl}, gc_y, 0},
|
||||
|
||||
{IT_CONTROL, "Action", "Quick-vote / Quick-chat / Time Attack Quick Restart",
|
||||
{IT_CONTROL, "Action", "Quick Vote / Advance Dialogue",
|
||||
"TLB_Z", {.routine = M_ProfileSetControl}, gc_z, 0},
|
||||
|
||||
{IT_CONTROL, "Use Item", "Use item",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue