oops. fix button 7 again.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4372 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-05-20 02:18:50 +00:00
parent d97a163011
commit 69415bc35b
1 changed files with 1 additions and 1 deletions

View File

@ -2057,7 +2057,7 @@ static int MapKey (int vkey)
key = 0;
if (!cl_keypad.ival)
{
switch(scantokey[key])
switch(key)
{
case K_KP_HOME: return '7';
case K_KP_UPARROW: return '8';