mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +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://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1074 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
ddf7f188d1
commit
ad7ac7caf6
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 be rebound while in menu
|
||||
qboolean menubound[256]; // if true, can't be rebound while in menu
|
||||
qboolean keydown[256];
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in a new issue