Skip to content
Snippets Groups Projects
Commit 70eb3228 authored by Golden's avatar Golden
Browse files

Pressing A Key Combination In The Console Crashes SRB2

get stryder7x in on this
parent 8c975837
No related branches found
No related tags found
1 merge request!1370Pressing Ctrl+Backspace In An Empty Console Crashes SRB2
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment