From 94b1ce7ce345799618c0743ed5a7b2ded74d9b4e Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Thu, 1 Mar 2018 19:07:07 -0500 Subject: [PATCH] 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 --- src/m_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/m_menu.c b/src/m_menu.c index b498e484..1775dc9e 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -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,