Swap statistics and tutorial options in the 1 Player menu.

This commit is contained in:
sphere 2019-11-22 21:00:03 +01:00
parent 07221c50ce
commit de2a26bf5d

View file

@ -727,8 +727,8 @@ static menuitem_t SP_MainMenu[] =
{IT_CALL | IT_STRING, NULL, "Start Game", M_LoadGame, 84}, {IT_CALL | IT_STRING, NULL, "Start Game", M_LoadGame, 84},
{IT_SECRET, NULL, "Record Attack", M_TimeAttack, 92}, {IT_SECRET, NULL, "Record Attack", M_TimeAttack, 92},
{IT_SECRET, NULL, "NiGHTS Mode", M_NightsAttack, 100}, {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, 108},
{IT_CALL | IT_STRING, NULL, "Tutorial", M_StartTutorial, 116}, {IT_CALL | IT_STRING | IT_CALL_NOTMODIFIED, NULL, "Statistics", M_Statistics, 116}
}; };
enum enum
@ -736,8 +736,8 @@ enum
sploadgame, sploadgame,
sprecordattack, sprecordattack,
spnightsmode, spnightsmode,
spstatistics, sptutorial,
sptutorial spstatistics
}; };
// Single Player Load Game // Single Player Load Game