mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
can't try to autocomplete keynames in the dedserver build - there aren't any keys :)
This commit is contained in:
parent
4f9754adfe
commit
379d2e9ee1
1 changed files with 4 additions and 0 deletions
|
@ -2873,9 +2873,13 @@ void Field_AutoCompleteDemoNameWrite( int startArg, int compArg )
|
|||
#undef DEMO_EXT
|
||||
|
||||
|
||||
#ifndef DEDICATED
|
||||
|
||||
void Field_AutoCompleteKeyName( int startArg, int compArg )
|
||||
{
|
||||
Key_KeyNameCompletion( FindMatches );
|
||||
if ( Field_CompleteShortestMatch( startArg, compArg ) )
|
||||
Key_KeyNameCompletion( PrintMatches );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue