mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Erase Data: draw arrow for "Erase a Profile" submenu
This commit is contained in:
parent
f2bd45dbd9
commit
2edc583e61
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ menuitem_t OPTIONS_DataErase[] =
|
||||||
{IT_SPACE | IT_NOTHING, NULL, NULL,
|
{IT_SPACE | IT_NOTHING, NULL, NULL,
|
||||||
NULL, {NULL}, 0, 0},
|
NULL, {NULL}, 0, 0},
|
||||||
|
|
||||||
{IT_STRING | IT_CALL, "Erase a Profile...", "Select a Profile to erase.",
|
{IT_LINKTEXT | IT_CALL, "Erase a Profile...", "Select a Profile to erase.",
|
||||||
NULL, {.routine = M_CheckProfileData}, 0, 0},
|
NULL, {.routine = M_CheckProfileData}, 0, 0},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue