mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 17:11:40 +00:00
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
|
@ -3699,7 +3699,7 @@ qboolean Com_PlayerNameToFieldString( char *str, int length, const char *name )
|
|||
return qtrue;
|
||||
}
|
||||
|
||||
void Field_CompletePlayerName( char **names, int nameCount )
|
||||
void Field_CompletePlayerName( const char **names, int nameCount )
|
||||
{
|
||||
qboolean whitespace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue