mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-19 02:22:01 +00:00
increase zone size
This commit is contained in:
parent
ca48cae13b
commit
d986fed089
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 4096*1024 //johnfitz: was 48k
|
||||
|
||||
#define ZONEID 0x1d4a11
|
||||
#define MINFRAGMENT 64
|
||||
|
|
Loading…
Reference in a new issue