mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
damn, forgot to save this line
This commit is contained in:
parent
36adeb3bf9
commit
6483ab1ad5
1 changed files with 1 additions and 0 deletions
|
@ -1489,6 +1489,7 @@ void M_Keys_Key (int k)
|
|||
else if (k == '\\')
|
||||
{
|
||||
snprintf(cmd, sizeof(cmd), "bind \"\\\\\" \"%s\"\n", bindnames[keys_cursor][0]);
|
||||
Cbuf_InsertText (cmd);
|
||||
}
|
||||
else if (k != '`')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue