From 3dc9f8c92d68011a4be21d248bc207045485fc88 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Sun, 17 Apr 2022 00:45:13 +0700 Subject: [PATCH] Fixed typo ZONE_DYNAMIC_SIZE --- rehlds/engine/zone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/zone.h b/rehlds/engine/zone.h index 46dcd22cc..8c7b43776 100644 --- a/rehlds/engine/zone.h +++ b/rehlds/engine/zone.h @@ -30,7 +30,7 @@ #include "maintypes.h" -#define ZONE_DYNAMIC_SIZE 0x20000 +#define ZONE_DYNAMIC_SIZE 0x200000 typedef struct memblock_s memblock_t; typedef struct memzone_s memzone_t;