Skip to content

Commit fac59fe

Browse files
committed
another missing change
1 parent 69d6f69 commit fac59fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/zone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void Memory_Init( void )
151151
#ifdef _X360
152152
int nMaxBytes = 48*1024*1024;
153153
#else
154-
int nMaxBytes = 48*1024*1024;
154+
int nMaxBytes = 64*1024*1024;
155155
#endif
156156
const int nMinCommitBytes = 0x8000;
157157
#ifndef HUNK_USE_16MB_PAGE

0 commit comments

Comments
 (0)