specfiy which is which
This commit is contained in:
parent
195c21c659
commit
94b8c815bd
1 changed files with 2 additions and 2 deletions
|
|
@ -1082,8 +1082,8 @@ static menuitem_t OP_MainMenu[] =
|
|||
{IT_SUBMENU|IT_STRING, NULL, "Data Options...", {.submenu = &OP_DataOptionsDef}, 100},
|
||||
|
||||
{IT_CALL|IT_STRING, NULL, "Tricks & Secrets (F1)", {.routine = M_Manual}, 120},
|
||||
{IT_CALL|IT_STRING, NULL, "Play Credits", {.routine = M_Credits}, 130},
|
||||
{IT_CALL|IT_STRING, NULL, "Play Credits", {.routine = M_BlanCredits}, 140},
|
||||
{IT_CALL|IT_STRING, NULL, "Play Kart Credits", {.routine = M_Credits}, 130},
|
||||
{IT_CALL|IT_STRING, NULL, "Play BlanKart Credits", {.routine = M_BlanCredits}, 140},
|
||||
};
|
||||
|
||||
static menuitem_t OP_ControlsMenu[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue