Menus/Controls: C (clear) plays chomp sound

This commit is contained in:
James R 2024-02-21 20:40:37 -08:00
parent b0a5d01a1f
commit 0766e8823b

View file

@ -286,7 +286,7 @@ boolean M_ProfileControlsInputs(INT32 ch)
if (M_MenuExtraPressed(pid))
{
if (M_ClearCurrentControl())
S_StartSound(NULL, sfx_s3k66);
S_StartSound(NULL, sfx_monch);
M_SetMenuDelay(pid);
return true;
}