mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Swap statistics and tutorial options in the 1 Player menu.
This commit is contained in:
parent
3e428a5176
commit
b6172a2b2e
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_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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue