mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-02 08:21:09 +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
1a6730fb72
commit
94b1ce7ce3
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, "Server Options...", &OP_ServerOptionsDef, 80},
|
||||
|
||||
{IT_CALL | IT_STRING, NULL, "Play Credits", M_Credits, 90},
|
||||
{IT_KEYHANDLER | IT_STRING, NULL, "Sound Test", M_HandleSoundTest, 100},
|
||||
{IT_CALL | IT_STRING, NULL, "Play Credits", M_Credits, 100},
|
||||
//{IT_KEYHANDLER | IT_STRING, NULL, "Sound Test", M_HandleSoundTest, 110},
|
||||
};
|
||||
|
||||
static menuitem_t OP_ControlsMenu[] =
|
||||
|
@ -1578,7 +1578,7 @@ menu_t SR_UnlockChecklistDef =
|
|||
{
|
||||
NULL,
|
||||
1,
|
||||
&SR_MainDef,
|
||||
&MainDef, //&SR_MainDef
|
||||
SR_UnlockChecklistMenu,
|
||||
M_DrawChecklist,
|
||||
280, 185,
|
||||
|
|
Loading…
Reference in a new issue