]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
fix really stupid typo in SV_Move code, this cures the 'monsters walking through...
[xonotic/darkplaces.git] / quakedef.h
index 57d2e537a8314168d8ee7e2b73780790e7e27c59..66991037842231389ca26aaa156c56a10d22b24d 100644 (file)
@@ -50,7 +50,7 @@ extern char engineversion[128];
 #define MAX_PACKETFRAGMENT 1024                // max length of packet fragment
 #define NET_MAXMESSAGE 65536
 #define NET_MINRATE            1000 // limits "rate" and "sv_maxrate" cvars
-#define NET_MAXRATE            25000 // limits "rate" and "sv_maxrate" cvars
+#define NET_MAXRATE            150000 // limits "rate" and "sv_maxrate" cvars
 
 //
 // per-level limits
@@ -236,7 +236,6 @@ extern int host_framecount;
 // not bounded in any way, changed at start of every frame, never reset
 extern double realtime;
 
-void Host_ClearMemory(void);
 void Host_InitCommands(void);
 void Host_Init(void);
 void Host_Shutdown(void);