mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
so shouting is easier.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1045 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
16d52bd692
commit
a579c12f79
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ void Key_Console (int key)
|
|||
|
||||
if (key == K_SPACE && con_current->commandcompletion)
|
||||
{
|
||||
if (keydown[K_SHIFT] && /*key_lines[edit_line][1] == '/' &&*/ !strchr(key_lines[edit_line], ' '))
|
||||
if (keydown[K_SHIFT] && Cmd_CompleteCommand(key_lines[edit_line]+1, true, con_current->commandcompletion))
|
||||
{
|
||||
CompleteCommand (true);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue