* (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to
non-zero, cl_guid will be unique for each server that the client connects to
This commit is contained in:
parent
046e86a925
commit
2cddf1208d
4 changed files with 88 additions and 17 deletions
|
@ -732,7 +732,7 @@ void Com_Quit_f( void );
|
|||
int Com_EventLoop( void );
|
||||
int Com_Milliseconds( void ); // will be journaled properly
|
||||
unsigned Com_BlockChecksum( const void *buffer, int length );
|
||||
char *Com_MD5File(const char *filename, int length);
|
||||
char *Com_MD5File(const char *filename, int length, const char *prefix, int prefix_len);
|
||||
int Com_HashKey(char *string, int maxlen);
|
||||
int Com_Filter(char *filter, char *name, int casesensitive);
|
||||
int Com_FilterPath(char *filter, char *name, int casesensitive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue