]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
fix onground clearing by ANDing it with a downtrace by 1 unit - this does NOT cause...
[xonotic/darkplaces.git] / common.h
index 406348072b37a6d53cb7a99d8ecf0808844eb7ac..3b6058498b3a00f4c757e6063e519507c89544af 100644 (file)
--- a/common.h
+++ b/common.h
@@ -21,9 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef COMMON_H
 #define COMMON_H
 
-/// many buffers use this size
-#define MAX_INPUTLINE 16384
-
 
 /// MSVC has a different name for several standard functions
 #ifdef WIN32
@@ -302,6 +299,7 @@ typedef enum gamemode_e
        GAME_EDU2P,
        GAME_BLADEMASTER,
        GAME_PROPHECY,
+       GAME_BLOODOMNICIDE,
        GAME_COUNT
 }
 gamemode_t;