diff --git a/src/k_menudef.c b/src/k_menudef.c index 80af93181..d2e76cc9c 100644 --- a/src/k_menudef.c +++ b/src/k_menudef.c @@ -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}, };