Bump max_edicts for compatibility with WarpSpasm

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@342 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Steven 2010-10-23 21:50:16 +00:00
parent 2de33fba8b
commit 179a9a8599

View file

@ -59,7 +59,7 @@ cvar_t host_framerate = {"host_framerate","0"}; // set for slow motion
cvar_t host_speeds = {"host_speeds","0"}; // set for running times
cvar_t host_maxfps = {"host_maxfps", "72", true}; //johnfitz
cvar_t host_timescale = {"host_timescale", "0"}; //johnfitz
cvar_t max_edicts = {"max_edicts", "1024", true}; //johnfitz
cvar_t max_edicts = {"max_edicts", "2048", true}; //johnfitz
cvar_t sys_ticrate = {"sys_ticrate","0.05"}; // dedicated server
cvar_t serverprofile = {"serverprofile","0"};