2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-27 05:58:04 +03:00

Fixed typo ZONE_DYNAMIC_SIZE

This commit is contained in:
s1lentq 2022-04-17 00:45:13 +07:00
parent 815da982a0
commit 3dc9f8c92d

View File

@ -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;