CC client updates; unicode support partially supported, will complete later
This commit is contained in:
@@ -188,7 +188,7 @@ int ConnectGameServer(char *servername, unsigned int port)
|
|||||||
unsigned long addr1;
|
unsigned long addr1;
|
||||||
int yesip;
|
int yesip;
|
||||||
WSADATA wsadata;
|
WSADATA wsadata;
|
||||||
int timeout=5000;
|
int timeout=10000;
|
||||||
|
|
||||||
host1 = gethostbyname(servername);
|
host1 = gethostbyname(servername);
|
||||||
if (host1 == NULL)
|
if (host1 == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user