Skip to content
Snippets Groups Projects
Commit 18e7f0ee authored by 256nil's avatar 256nil
Browse files

Fix #1188

parent a8a92a57
No related branches found
No related tags found
No related merge requests found
......@@ -882,12 +882,6 @@ static void CON_InputDelSelection(void)
Lock_state();
if (!input_cur)
{
Unlock_state();
return;
}
if (input_cur > input_sel)
{
start = input_sel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment