mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
And a few more fixes that went under my nose
For later: fix sound test in the options menu, make the cheat notif sound only play if it can unlock something
This commit is contained in:
parent
ab35dc6dbb
commit
283241ba41
1 changed files with 3 additions and 3 deletions
|
|
@ -1041,8 +1041,8 @@ static menuitem_t OP_MainMenu[] =
|
||||||
{IT_SUBMENU | IT_STRING, NULL, "Game Options...", &OP_GameOptionsDef, 70},
|
{IT_SUBMENU | IT_STRING, NULL, "Game Options...", &OP_GameOptionsDef, 70},
|
||||||
{IT_SUBMENU | IT_STRING, NULL, "Server Options...", &OP_ServerOptionsDef, 80},
|
{IT_SUBMENU | IT_STRING, NULL, "Server Options...", &OP_ServerOptionsDef, 80},
|
||||||
|
|
||||||
{IT_CALL | IT_STRING, NULL, "Play Credits", M_Credits, 90},
|
{IT_CALL | IT_STRING, NULL, "Play Credits", M_Credits, 100},
|
||||||
{IT_KEYHANDLER | IT_STRING, NULL, "Sound Test", M_HandleSoundTest, 100},
|
//{IT_KEYHANDLER | IT_STRING, NULL, "Sound Test", M_HandleSoundTest, 110},
|
||||||
};
|
};
|
||||||
|
|
||||||
static menuitem_t OP_ControlsMenu[] =
|
static menuitem_t OP_ControlsMenu[] =
|
||||||
|
|
@ -1578,7 +1578,7 @@ menu_t SR_UnlockChecklistDef =
|
||||||
{
|
{
|
||||||
NULL,
|
NULL,
|
||||||
1,
|
1,
|
||||||
&SR_MainDef,
|
&MainDef, //&SR_MainDef
|
||||||
SR_UnlockChecklistMenu,
|
SR_UnlockChecklistMenu,
|
||||||
M_DrawChecklist,
|
M_DrawChecklist,
|
||||||
280, 185,
|
280, 185,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue