* (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:
Tony J. White = 2007-02-12 18:52:15 +00:00
parent 046e86a925
commit 2cddf1208d
4 changed files with 88 additions and 17 deletions

View file

@ -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);