Fix warnings that names passed to Name_PlayerNameCompletion is not const
This commit is contained in:
parent
d8afce6805
commit
8b458e5457
4 changed files with 4 additions and 4 deletions
|
@ -762,7 +762,7 @@ void Field_CompleteFilename( const char *dir,
|
|||
const char *ext, qboolean stripExt, qboolean allowNonPureFilesOnDisk );
|
||||
void Field_CompleteCommand( char *cmd,
|
||||
qboolean doCommands, qboolean doCvars );
|
||||
void Field_CompletePlayerName( char **names, int count );
|
||||
void Field_CompletePlayerName( const char **names, int count );
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue