mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
d97a163011
commit
69415bc35b
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue