mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove softlock check as it's unecessary after all
This commit is contained in:
parent
c24c0457e3
commit
168f393a62
1 changed files with 0 additions and 16 deletions
|
|
@ -3962,22 +3962,6 @@ boolean M_ProfileControlsInputs(INT32 ch)
|
|||
M_SetMenuDelay(pid);
|
||||
return true;
|
||||
}
|
||||
|
||||
else if (M_MenuButtonPressed(pid, MBT_B) || M_MenuButtonPressed(pid, MBT_Y))
|
||||
{
|
||||
// Quick check...
|
||||
UINT8 checks[7] = {gc_a, gc_b, gc_up, gc_down, gc_left, gc_right, gc_start};
|
||||
UINT8 i;
|
||||
|
||||
for (i = 0; i < 7; i++)
|
||||
{
|
||||
if (optionsmenu.profile->controls[checks[i]][0] == KEY_NULL) // NOT BOUND
|
||||
{
|
||||
M_StartMessage(M_GetText("Stupid softlock prevention!\nMake sure keys A, B, Start and\nall directions have been mapped.\n\nOtherwise, you could softlock when\nselecting this profile."), NULL, MM_NOTHING);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue