From b2b37df918b140f327ac5864377fe57b4ae150e1 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 29 Jun 2025 15:34:50 -0400 Subject: [PATCH] questionable MAXLUMPLENGTH bump Sorry in advance Generic.... I don't know how much this will harm things but it fixes issues with mupak loading --- src/w_wad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w_wad.c b/src/w_wad.c index f8cb1561c..1d8a97c3c 100644 --- a/src/w_wad.c +++ b/src/w_wad.c @@ -156,7 +156,7 @@ typedef struct zlentry_s #endif // maximum length of longname -#define MAXLUMPNAME 256 +#define MAXLUMPNAME 512 // Available compression methods for lumps. typedef enum