]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
increased M_MAX_EDICTS to 32768
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 18 Jan 2007 11:08:11 +0000 (11:08 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 18 Jan 2007 11:08:11 +0000 (11:08 +0000)
note to Black: 640k ought to be enough for everybody using the nexuiz menu, right? ;)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6703 d7cf8633-e32d-0410-b094-e92efae38249

menu.h

diff --git a/menu.h b/menu.h
index d26668243f0ea9b25e5c7fa5784f66d421c3be50..e4722c7785ce65ac49df0c0022213c91bd97c480 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 << 12) // should be enough for a menu
+#define M_MAX_EDICTS   32768 // hopefully won't have to increase this again anytime soon...
 
 enum m_state_e {
        m_none,