Skip to content

Commit

Permalink
Fixed typo ZONE_DYNAMIC_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Apr 16, 2022
1 parent 815da98 commit 3dc9f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rehlds/engine/zone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3dc9f8c

Please sign in to comment.