mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Rename Spindash in Profiles/Controls to Spin Dash
Matches official parsing
This commit is contained in:
parent
969611753e
commit
4202d5bb71
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ menuitem_t OPTIONS_ProfileControls[] = {
|
||||||
{IT_CONTROL, "Look back", "Look backwards / Go back",
|
{IT_CONTROL, "Look back", "Look backwards / Go back",
|
||||||
"TLB_B", {.routine = M_ProfileSetControl}, gc_b, 0},
|
"TLB_B", {.routine = M_ProfileSetControl}, gc_b, 0},
|
||||||
|
|
||||||
{IT_CONTROL, "Spindash", "Spindash / Extra",
|
{IT_CONTROL, "Spin Dash", "Spin Dash / Extra",
|
||||||
"TLB_C", {.routine = M_ProfileSetControl}, gc_c, 0},
|
"TLB_C", {.routine = M_ProfileSetControl}, gc_c, 0},
|
||||||
|
|
||||||
{IT_CONTROL, "Brake / Go back", "Brake / Go back",
|
{IT_CONTROL, "Brake / Go back", "Brake / Go back",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue