From 80ad7e99b738f367eb045768d054cf74347ee1b4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 24 Mar 2008 11:08:22 +0000 Subject: merged vertex and evertex arrays --- src/core/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/net.h') diff --git a/src/core/net.h b/src/core/net.h index 150bbc1..a659a7f 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -22,7 +22,7 @@ const unsigned int MAXPENDINGCONNECTIONS = 32; const unsigned int DEFAULTPORT = 8042; /// network timeout in seconds -const float NETTIMEOUT = 15; +const float NETTIMEOUT = 20; } -- cgit v1.2.3