Merge branch 'fix-shift-in-ciptbx' into 'master'

I broke SHIFT in the Connect IP Textbox.. whoops.

See merge request STJr/SRB2!777
This commit is contained in:
MascaraSnake 2020-02-15 06:31:23 -05:00
commit b332aaa69f

View file

@ -10585,7 +10585,6 @@ static void M_HandleConnectIP(INT32 choice)
default: // otherwise do nothing. default: // otherwise do nothing.
break; break;
} }
break; // don't check for typed keys
} }
if (l >= 28-1) if (l >= 28-1)