Extend mod name max length from 32 to 64 (#408)
I remember it being more than 32 at some point but I could be wrong, I'm making this PR so color codes can be better utilized in names without hitting the max limit so quickly.
This commit is contained in:
parent
3a85b7051e
commit
74847919be
|
@ -5,7 +5,7 @@
|
|||
#include <types.h>
|
||||
#include "src/pc/platform.h"
|
||||
|
||||
#define MOD_NAME_MAX_LENGTH 32
|
||||
#define MOD_NAME_MAX_LENGTH 64
|
||||
#define MOD_INCOMPATIBLE_MAX_LENGTH 256
|
||||
#define MOD_DESCRIPTION_MAX_LENGTH 512
|
||||
|
||||
|
|
Loading…
Reference in New Issue