mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +00:00
Merge branch 'issue1188' into 'next'
Fix #1188 Closes #1188 See merge request STJr/SRB2!2354
This commit is contained in:
commit
4aee720bce
1 changed files with 0 additions and 6 deletions
|
@ -861,12 +861,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