Skip to content
Snippets Groups Projects

Pressing Ctrl+Backspace In An Empty Console Crashes SRB2

Merged Golden requested to merge Golden/SRB2:pressing-two-keys-in-the-console-crashes-srb2 into next
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -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