Skip to content

Commit

Permalink
Increase zone memory size by 4KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Sep 7, 2023
1 parent f5d3653 commit 7da9b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marsnew.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ void* I_RemapLumpPtr(void *ptr)
====================
*/

static char zone[0x32000] __attribute__((aligned(16)));
static char zone[0x32400] __attribute__((aligned(16)));
byte *I_ZoneBase (int *size)
{
*size = sizeof(zone);
Expand Down

0 comments on commit 7da9b36

Please sign in to comment.