main.c (DEFAULT_MEMORY): Changed default heap size from 32 to 64 MiB.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@15 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-02-16 09:12:35 +00:00
parent 0be5bbf691
commit 566ead5ada
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include "quakedef.h"
#define DEFAULT_MEMORY 0x2000000
#define DEFAULT_MEMORY 0x4000000
int main(int argc, char *argv[])
{