mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 01:43:50 +00:00
Fix #1188
This commit is contained in:
parent
a8a92a57a7
commit
18e7f0ee2d
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue