mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
2de33fba8b
commit
179a9a8599
1 changed files with 1 additions and 1 deletions
|
@ -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"};
|
||||
|
|
Loading…
Reference in a new issue