fix a key mapping issue reported by MasterLich

This commit is contained in:
Bill Currie 2001-09-18 04:38:18 +00:00
parent 8b8ce51085
commit b559b3a796

View file

@ -321,8 +321,8 @@ IN_InitKeyboard (void)
scantokey[1][52] = '>';
scantokey[1][53] = '?';
scantokey[1][7] = 30;
scantokey[1][12] = 31;
scantokey[2][7] = 30;
scantokey[2][12] = 31;
scantokey[2][16] = 'q' - 96;
scantokey[2][17] = 'w' - 96;
scantokey[2][18] = 'e' - 96;