mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawSoundTest: Fix being held in the up direction when holding Confirm, when only one input is sent
This commit is contained in:
parent
94f5048fd1
commit
f24e09f813
1 changed files with 1 additions and 1 deletions
|
|
@ -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--;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue