mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
No, Spike, you're not programming C++. Besides, b was already declared once.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3240 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e1ab049608
commit
632cba0618
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ static void GetEvent(void)
|
|||
break;
|
||||
case KeyPress:
|
||||
case KeyRelease:
|
||||
int b = XLateKey(&event.xkey);
|
||||
b = XLateKey(&event.xkey);
|
||||
Key_Event(b, b, event.type == KeyPress);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue