Skip to content

Commit 3dc9f8c

Browse files
committed
Fixed typo ZONE_DYNAMIC_SIZE
1 parent 815da98 commit 3dc9f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rehlds/engine/zone.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#include "maintypes.h"
3232

33-
#define ZONE_DYNAMIC_SIZE 0x20000
33+
#define ZONE_DYNAMIC_SIZE 0x200000
3434

3535
typedef struct memblock_s memblock_t;
3636
typedef struct memzone_s memzone_t;

0 commit comments

Comments
 (0)