mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Pressing A Key Combination In The Console Crashes SRB2
get stryder7x in on this
This commit is contained in:
parent
8c97583779
commit
70eb3228f8
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue