mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Swap statistics and tutorial options in the 1 Player menu.
This commit is contained in:
parent
07221c50ce
commit
de2a26bf5d
1 changed files with 4 additions and 4 deletions
|
@ -727,8 +727,8 @@ static menuitem_t SP_MainMenu[] =
|
|||
{IT_CALL | IT_STRING, NULL, "Start Game", M_LoadGame, 84},
|
||||
{IT_SECRET, NULL, "Record Attack", M_TimeAttack, 92},
|
||||
{IT_SECRET, NULL, "NiGHTS Mode", M_NightsAttack, 100},
|
||||
{IT_CALL | IT_STRING | IT_CALL_NOTMODIFIED, NULL, "Statistics", M_Statistics, 108},
|
||||
{IT_CALL | IT_STRING, NULL, "Tutorial", M_StartTutorial, 116},
|
||||
{IT_CALL | IT_STRING, NULL, "Tutorial", M_StartTutorial, 108},
|
||||
{IT_CALL | IT_STRING | IT_CALL_NOTMODIFIED, NULL, "Statistics", M_Statistics, 116}
|
||||
};
|
||||
|
||||
enum
|
||||
|
@ -736,8 +736,8 @@ enum
|
|||
sploadgame,
|
||||
sprecordattack,
|
||||
spnightsmode,
|
||||
spstatistics,
|
||||
sptutorial
|
||||
sptutorial,
|
||||
spstatistics
|
||||
};
|
||||
|
||||
// Single Player Load Game
|
||||
|
|
Loading…
Reference in a new issue