damn, forgot to save this line

This commit is contained in:
Bill Currie 2000-03-02 11:41:03 +00:00
parent 36adeb3bf9
commit 6483ab1ad5
1 changed files with 1 additions and 0 deletions

View File

@ -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 != '`')
{