engine: net_ws: request Winsock 2
This commit is contained in:
parent
77fb2d0eb2
commit
399d549d0c
1 changed files with 1 additions and 1 deletions
|
@ -2057,7 +2057,7 @@ void NET_Init( void )
|
|||
}
|
||||
|
||||
#if XASH_WIN32
|
||||
if( WSAStartup( MAKEWORD( 1, 1 ), &net.winsockdata ))
|
||||
if( WSAStartup( MAKEWORD( 2, 0 ), &net.winsockdata ))
|
||||
{
|
||||
Con_DPrintf( S_ERROR "network initialization failed.\n" );
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue