M_DrawSoundTest: Fix being held in the up direction when holding Confirm, when only one input is sent

This commit is contained in:
toaster 2023-04-03 19:52:58 +01:00
parent 94f5048fd1
commit f24e09f813

View file

@ -6184,7 +6184,7 @@ void M_DrawSoundTest(void)
{
if (i == itemOn)
{
if (menucmd[pid].dpad_ud < 0 || M_MenuConfirmHeld(pid))
if (menucmd[pid].dpad_ud < 0 || M_MenuConfirmPressed(pid))
{
y--;
}