mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix wrong function name
This commit is contained in:
parent
f1717a37ef
commit
1af1b9bd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ menuitem_t OPTIONS_ProfileControls[] = {
|
|||
NULL, {.routine = M_ProfileTryController}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CALL, "CONFIRM", "Go back to profile setup.",
|
||||
NULL, {.routine = M_ProfileConfirm}, 0, 0},
|
||||
NULL, {.routine = M_ProfileControlsConfirm}, 0, 0},
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue