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:
Agent X 2023-06-11 17:30:43 -04:00 committed by GitHub
parent 1e769573e6
commit b851c130e9
1 changed files with 1 additions and 1 deletions

View File

@ -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