questionable MAXLUMPLENGTH bump
Sorry in advance Generic.... I don't know how much this will harm things but it fixes issues with mupak loading
This commit is contained in:
parent
d9bfb3c192
commit
b2b37df918
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue