Pressing A Key Combination In The Console Crashes SRB2

get stryder7x in on this
This commit is contained in:
GoldenTails 2021-01-05 13:20:02 -06:00
parent 8c97583779
commit 70eb3228f8
1 changed files with 6 additions and 0 deletions

View File

@ -826,6 +826,12 @@ static void CON_InputDelSelection(void)
Lock_state();
if (!input_cur)
{
Unlock_state();
return;
}
if (input_cur > input_sel)
{
start = input_sel;