From: havoc Date: Thu, 18 Jan 2007 11:08:11 +0000 (+0000) Subject: increased M_MAX_EDICTS to 32768 X-Git-Tag: xonotic-v0.1.0preview~3701 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=7648e72c56d4161706b4f540063e573ecec3dbba increased M_MAX_EDICTS to 32768 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 --- diff --git a/menu.h b/menu.h index d2666824..e4722c77 100644 --- 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,