Fix missing zero

This commit is contained in:
Sally Coolatta 2022-08-30 05:30:50 -04:00
parent 8b93c05175
commit f1717a37ef

View file

@ -5184,7 +5184,7 @@ boolean M_ProfileControlsInputs(INT32 ch)
}
else if (M_MenuBackPressed(pid))
{
M_ProfileControlsConfirm();
M_ProfileControlsConfirm(0);
return true;
}