Does this fix rjlan's latest bug?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1562 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
26bee34a53
commit
b29f2b0102
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ void Key_Event (int key, qboolean down)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (keydown[k] && key_dest != key_console)
|
||||
if (keydown[k] && (key_dest != key_console && key_dest != key_message))
|
||||
{
|
||||
deltaused[k][keystate] = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue