]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qdefs.h
Merge PR 'Muffle sounds when the player is under water'
[xonotic/darkplaces.git] / qdefs.h
diff --git a/qdefs.h b/qdefs.h
index fa5014649fbfa4129a42ede1b3cff152b5899888..a79230db806274eecef1399a97b923f3ee5f0e78 100644 (file)
--- a/qdefs.h
+++ b/qdefs.h
 # endif
 #endif
 
-#ifdef DP_GCC_COMPATIBLE
-#define Q_typeof(var) typeof(var)
-#elif defined (_MSC_VER)
-#define Q_typeof(var) decltype(var)
-#endif
-
 #define MAX_NUM_ARGVS  50
 
 #ifdef DP_SMALLMEMORY
@@ -97,7 +91,7 @@
 #define SERVERLIST_ANDMASKCOUNT                5
 #define SERVERLIST_ORMASKCOUNT         5
 #else
-#define        MAX_INPUTLINE                   16384 ///< maximum length of console commandline, QuakeC strings, and many other text processing buffers
+#define        MAX_INPUTLINE                   16384 ///< maximum size of console commandline, QuakeC strings, and many other text processing buffers
 #define        CON_TEXTSIZE                    1048576 ///< max scrollback buffer characters in console
 #define        CON_MAXLINES                    16384 ///< max scrollback buffer lines in console
 #define        HIST_TEXTSIZE                   262144 ///< max command history buffer characters in console