mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Hide Unlockables
This commit is contained in:
parent
b64dccd498
commit
7a201ea993
1 changed files with 2 additions and 0 deletions
|
|
@ -732,7 +732,9 @@ static menuitem_t SR_PandorasBox[] =
|
||||||
// Sky Room Custom Unlocks
|
// Sky Room Custom Unlocks
|
||||||
static menuitem_t SR_MainMenu[] =
|
static menuitem_t SR_MainMenu[] =
|
||||||
{
|
{
|
||||||
|
#ifndef TESTERS
|
||||||
{IT_STRING|IT_SUBMENU, NULL, "Unlockables", &SR_UnlockChecklistDef, 100},
|
{IT_STRING|IT_SUBMENU, NULL, "Unlockables", &SR_UnlockChecklistDef, 100},
|
||||||
|
#endif
|
||||||
{IT_CALL|IT_STRING|IT_CALL_NOTMODIFIED, NULL, "Statistics", M_Statistics, 108},
|
{IT_CALL|IT_STRING|IT_CALL_NOTMODIFIED, NULL, "Statistics", M_Statistics, 108},
|
||||||
{IT_CALL|IT_STRING, NULL, "Replay Hut", M_ReplayHut, 116},
|
{IT_CALL|IT_STRING, NULL, "Replay Hut", M_ReplayHut, 116},
|
||||||
{IT_DISABLED, NULL, "", NULL, 0}, // Custom1
|
{IT_DISABLED, NULL, "", NULL, 0}, // Custom1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue