keys.c: Correct a typo in a comment.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1073 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
svdijk 2014-09-29 18:33:20 +00:00
parent 020cdf139b
commit a5d7c34645
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ int key_count; // incremented every key event
char *keybindings[256];
int key_repeats[256]; // if > 1, it is autorepeating
qboolean consolekeys[256]; // if true, can't be rebound while in console
qboolean menubound[256]; // if true, can't be rebound while in menu
qboolean menubound[256]; // if true, can be rebound while in menu
qboolean keydown[256];
typedef struct