mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
increased default zone memory size to 384kb
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@340 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f5ed1bb6fe
commit
0eaca6e6c2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "quakedef.h"
|
||||
|
||||
#define DYNAMIC_SIZE 256*1024 //johnfitz: was 48k
|
||||
#define DYNAMIC_SIZE 0x60000 // 384*1024
|
||||
|
||||
#define ZONEID 0x1d4a11
|
||||
#define MINFRAGMENT 64
|
||||
|
|
Loading…
Reference in a new issue