Merge branch 'fix-restart-text' into 'master'

Fix control menu button labels

See merge request kart-krew-dev/ring-racers-internal!2982
This commit is contained in:
Gunla 2025-10-30 22:41:10 +00:00
commit efea02d41f

View file

@ -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",