mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix missing zero
This commit is contained in:
parent
8b93c05175
commit
f1717a37ef
1 changed files with 1 additions and 1 deletions
|
|
@ -5184,7 +5184,7 @@ boolean M_ProfileControlsInputs(INT32 ch)
|
||||||
}
|
}
|
||||||
else if (M_MenuBackPressed(pid))
|
else if (M_MenuBackPressed(pid))
|
||||||
{
|
{
|
||||||
M_ProfileControlsConfirm();
|
M_ProfileControlsConfirm(0);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue