mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-21 10:40:46 +00:00
keys.c: Correct a typo in a comment.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1073 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f30f590ec7
commit
ddf7f188d1
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