mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Revert r1073.
I read that comment as "bindings for these keys won't execute when in the menu", but it should be read as "no new bindings can be made for these keys through the bindings sub-menu", which is actually correct. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1074 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a5d7c34645
commit
8c327e3ff2
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ int key_count; // incremented every key event
|
||||||
char *keybindings[256];
|
char *keybindings[256];
|
||||||
int key_repeats[256]; // if > 1, it is autorepeating
|
int key_repeats[256]; // if > 1, it is autorepeating
|
||||||
qboolean consolekeys[256]; // if true, can't be rebound while in console
|
qboolean consolekeys[256]; // if true, can't be rebound while in console
|
||||||
qboolean menubound[256]; // if true, can be rebound while in menu
|
qboolean menubound[256]; // if true, can't be rebound while in menu
|
||||||
qboolean keydown[256];
|
qboolean keydown[256];
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
Loading…
Reference in a new issue