mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
020cdf139b
commit
a5d7c34645
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue