mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Fix to console completion bug introduced by the last fix (from the oops
dept.)
This commit is contained in:
parent
56972c5c69
commit
9d0e643425
1 changed files with 1 additions and 1 deletions
|
@ -3141,7 +3141,7 @@ static qboolean Field_Complete( void )
|
|||
int completionOffset;
|
||||
|
||||
if( matchCount == 0 )
|
||||
return qfalse;
|
||||
return qtrue;
|
||||
|
||||
completionOffset = strlen( completionField->buffer ) - strlen( completionString );
|
||||
|
||||
|
|
Loading…
Reference in a new issue