mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
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:
parent
37bd729fe8
commit
df8078d9a5
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue