]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
fix the "newname changed name to newname" bug
[xonotic/darkplaces.git] / quakedef.h
index bb5e7843939404ab667166c7bd00b150e7a02645..12dbfc1f5c94661eb59e668978e33d3c824b889d 100644 (file)
@@ -22,8 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef QUAKEDEF_H
 #define QUAKEDEF_H
 
-#define QUAKE_GAME // as opposed to utilities
 
+#include <sys/types.h>
 #include <math.h>
 #include <string.h>
 #include <stdarg.h>
@@ -47,7 +47,7 @@ extern char *buildstring;
 
 #define MAX_PACKETFRAGMENT 1024                // max length of packet fragment
 #define NET_MAXMESSAGE 65536
-#define NET_MINRATE            500 // limits "rate" and "sv_maxrate" cvars
+#define NET_MINRATE            1000 // limits "rate" and "sv_maxrate" cvars
 #define NET_MAXRATE            25000 // limits "rate" and "sv_maxrate" cvars
 
 //
@@ -177,8 +177,6 @@ extern char *buildstring;
 // LordHavoc: increased name limit from 32 to 64 characters
 #define        MAX_SCOREBOARDNAME      64
 
-#define        SOUND_CHANNELS          8
-
 #include "zone.h"
 #include "fs.h"
 #include "common.h"