- Introduced various new typedefs for windows platform (int32_t, int64_t, etc...)
- Applied md5 64-bit safety patch by Tony White.
This commit is contained in:
parent
c116695ea7
commit
235e2c215f
4 changed files with 40 additions and 53 deletions
|
@ -2549,8 +2549,7 @@ void CL_Init( void ) {
|
|||
Cvar_Set( "cl_running", "1" );
|
||||
|
||||
CL_GenerateQKey();
|
||||
// Uncomment this once md5.c has been made 64 bit-safe.
|
||||
// Cvar_Get("cl_guid", Com_MD5File(QKEY_FILE, 0), CVAR_USERINFO | CVAR_ROM);
|
||||
Cvar_Get("cl_guid", Com_MD5File(QKEY_FILE, 0), CVAR_USERINFO | CVAR_ROM);
|
||||
|
||||
Com_Printf( "----- Client Initialization Complete -----\n" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue