]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
Increased maximum edict count to 4096
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index a63e62842f5ef41bc79ba5baa35e2212c2f4847e..6f5952c042ed32f34b40d8b0752a5a2d2826ec6f 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define M_PROG_FILENAME "menu.dat"
 #define M_NAME "menu"
-#define M_MAX_EDICTS   (1 << 11) // should be enough for a menu
+#define M_MAX_EDICTS   (1 << 12) // should be enough for a menu
 
 enum m_state_e {
        m_none,