mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: net_ws: request Winsock 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user