This commit is contained in:
256nil 2024-02-20 18:08:57 +02:00
parent a8a92a57a7
commit 18e7f0ee2d

View file

@ -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;