I alway manage to fuck up a merge. Yes, it's true!

This commit is contained in:
James R 2019-08-20 10:05:32 -07:00
parent ed6dcf0b84
commit 4c5ad4bb42

View file

@ -1112,11 +1112,7 @@ boolean CON_Responder(event_t *ev)
else if (key == KEY_KPADSLASH)
key = '/';
if (key >= 'a' && key <= 'z')
{
if (shiftdown)
key = shiftxform[key];
}
key = CON_ShiftChar(key);
// enter a char into the command prompt
if (key < 32 || key > 127)