mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Pressing A Key Combination In The Console Crashes SRB2
get stryder7x in on this
This commit is contained in:
parent
50192f59ff
commit
e3c52f4a3b
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…
Add table
Reference in a new issue