mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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 (i == itemOn)
|
||||||
{
|
{
|
||||||
if (menucmd[pid].dpad_ud < 0 || M_MenuConfirmHeld(pid))
|
if (menucmd[pid].dpad_ud < 0 || M_MenuConfirmPressed(pid))
|
||||||
{
|
{
|
||||||
y--;
|
y--;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue