]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net.h
added newmap function to render modules (so explosions and other things are reset...
[xonotic/darkplaces.git] / net.h
diff --git a/net.h b/net.h
index af461256b6d1197fd13103735667206d0d516a08..b41cadce9fc363ff982869960625476ce4b34a49 100644 (file)
--- a/net.h
+++ b/net.h
@@ -28,7 +28,7 @@ struct qsockaddr
 
 #define        NET_NAMELEN                     64
 
-#define NET_MAXMESSAGE         8192
+#define NET_MAXMESSAGE         16384
 #define NET_HEADERSIZE         (2 * sizeof(unsigned int))
 #define NET_DATAGRAMSIZE       (MAX_DATAGRAM + NET_HEADERSIZE)
 
@@ -253,10 +253,6 @@ extern unsigned short ntohs (unsigned short netshort);
 #endif
 #endif
 
-#ifdef IDGODS
-qboolean IsID(struct qsockaddr *addr);
-#endif
-
 //============================================================================
 //
 // public network functions