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:
TehRealSalt 2018-03-01 19:07:07 -05:00
parent ab35dc6dbb
commit 283241ba41

View file

@ -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,