CC client updates; unicode support partially supported, will complete later

This commit is contained in:
pagefault
2003-10-04 22:07:57 +00:00
parent 7032ab2019
commit 598281f32c

View File

@@ -188,7 +188,7 @@ int ConnectGameServer(char *servername, unsigned int port)
unsigned long addr1;
int yesip;
WSADATA wsadata;
int timeout=5000;
int timeout=10000;
host1 = gethostbyname(servername);
if (host1 == NULL)