Move Game Status up so it shows up on first opening the menu, considering it has an effect in singleplayer but talk doesn't.

This commit is contained in:
toasterbabe 2017-04-15 00:18:56 +01:00
parent 37bd729fe8
commit df8078d9a5

View file

@ -1072,9 +1072,9 @@ static menuitem_t OP_ChangeControlsMenu[] =
{IT_CALL | IT_STRING2, NULL, "Toggle Chasecam", M_ChangeControl, gc_camtoggle },
{IT_CALL | IT_STRING2, NULL, "Reset Camera", M_ChangeControl, gc_camreset },
{IT_DISABLED, NULL, "", NULL, 0},
{IT_CALL | IT_STRING2, NULL, "Game Status", M_ChangeControl, gc_scores },
{IT_CALL | IT_STRING2, NULL, "Talk", M_ChangeControl, gc_talkkey },
{IT_CALL | IT_STRING2, NULL, "Talk (Team only)", M_ChangeControl, gc_teamkey },
{IT_CALL | IT_STRING2, NULL, "Game Status", M_ChangeControl, gc_scores },
{IT_DISABLED, NULL, "", NULL, 0},
{IT_CALL | IT_STRING2, NULL, "Fire", M_ChangeControl, gc_fire },
{IT_CALL | IT_STRING2, NULL, "Fire Normal", M_ChangeControl, gc_firenormal },