Fix stupid potential softlock on control setup with device detection

This commit is contained in:
SinnamonLat 2022-02-20 09:50:18 +01:00
parent 94c18f535a
commit 87dfa790cb

View file

@ -3881,7 +3881,6 @@ static void SetDeviceOnPress(void)
{
CV_SetValue(&cv_usejoystick[0], i); // Force-set this joystick as the current joystick we're using for P1 (which is the only one controlling menus)
CONS_Printf("Using device %d for mappings\n", i);
M_SetupNextMenu(&OPTIONS_ProfileControlsDef, false); // with that set, send us to the control def
return;
}
}