Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Extend mod name max length from 32 to 64 (sm64pc#408)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AgentXLP authored Jun 11, 2023
1 parent 3a85b70 commit 7484791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pc/mods/mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7484791

Please sign in to comment.